Animated-Text-Kit
Animated-Text-Kit copied to clipboard
pause duration affects the first frame
AnimatedTextKit(
animatedTexts: [
TypewriterAnimatedText('................................'),
],
pause: const Duration(seconds: 7), // <--- have to wait for 7 seconds to see the text '...........'
repeatForever: true,
)