aagarwal1012 / aagarwal1012/Animated-Text-Kit
Wavy problem
- Ngôn ngữ chính
- Dart
- Star
- 1.8k
- Fork
- 321
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Container(
height: 100.r,
child: AnimatedTextKit(
animatedTexts: [
WavyAnimatedText('Hello World',textStyle: TextStyle(
fontSize: 20.0,
color: Colors.black
), textAlign : TextAlign.center,
),
WavyAnimatedText('Hello World',textStyle: TextStyle(
fontSize: 20.0,
color: Colors.black
), textAlign : TextAlign.center,
),
],
repeatForever: true,
),
),
After the animation is completed, the text box returns to its original position
Just repeat forever, the effect will be very strange
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.