aagarwal1012 / aagarwal1012/Animated-Text-Kit
How to replay animation on click?
Abierto
- Lenguaje dominante
- Dart
- Estrellas
- 1.8k
- Forks
- 321
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
```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,
)
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.