aagarwal1012 / aagarwal1012/Animated-Text-Kit
[TypewriterAnimatedText] How to remove cursor blinking at the end ?
Aperta
- Lingua principale
- Dart
- Stelle
- 1.8k
- Fork
- 321
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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 !
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.