aagarwal1012 / Animated-Text-Kit

🔔 A flutter package to create cool and beautiful text animations. [Flutter Favorite Package]
https://animated-text-kit.web.app
MIT License
1.65k stars 305 forks source link

Is it possible to go to next TypewriterAnimatedText when clicking the whole screen instead of just the widget? #279

Open Linspirit98 opened 2 years ago

Linspirit98 commented 2 years ago

Hi, So my issue is I use typewriter effect inside a container widget of size 100x200. When I want to stop pause on tap, I must click inside the container. Is there a way to add a controller that can control when to go to the next TypewriterAnimatedText?

Best regards.