aagarwal1012 / aagarwal1012/Animated-Text-Kit
How to replay animation on click?
オープン
- 主要言語
- Dart
- スター
- 1.8k
- フォーク
- 321
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
```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,
)
```
コントリビューションガイド
評価
この issue はまだ評価されていません。