aagarwal1012 / aagarwal1012/Animated-Text-Kit
[TypewriterAnimatedText] How to remove cursor blinking at the end ?
Abierto
- Lenguaje dominante
- Dart
- Estrellas
- 1.8k
- Forks
- 321
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
How to remove cursor blinking at the end ?
I can see here that cursor "_" blinks 5 times in the next line, I am wondering if i can remove these blinks at the end
https://user-images.githubusercontent.com/58068925/213699339-252d7dda-047a-4c90-9491-79e624b4aff3.mov
```
AnimatedTextKit(
animatedTexts: [
TypewriterAnimatedText(
greetingsText,
speed: const Duration(milliseconds: 200),
),
],
totalRepeatCount: 1,
)
```
Thank you for your time !
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.