aagarwal1012 / aagarwal1012/Animated-Text-Kit
[TypewriterAnimatedText] How to remove cursor blinking at the end ?
Ouverte
- Langage dominant
- Dart
- Étoiles
- 1.8k
- Forks
- 321
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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 !
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.