aagarwal1012 / aagarwal1012/Animated-Text-Kit
[TypewriterAnimatedText] How to remove cursor blinking at the end ?
Offen
- Vorherrschende Sprache
- Dart
- Sterne
- 1.8k
- Forks
- 321
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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 !
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.