aagarwal1012 / aagarwal1012/Animated-Text-Kit
Make `AnimatedTextKit` selectable like SelectableText?
Đang mở
- 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ả
```dart
AnimatedTextKit(
animatedTexts: [
TypewriterAnimatedText(
'My App',
textStyle: TextStyle(
fontSize:
Theme.of(context).textTheme.headlineMedium?.fontSize,
fontWeight: FontWeight.bold,
),
speed: const Duration(milliseconds: 200),
cursor: '|',
),
],
totalRepeatCount: 1,
displayFullTextOnTap: true,
stopPauseOnTap: true,
)
```
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.