You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I would like to use TypewriterAnimatedText then change the font (size up and bold) for one word and then continue with the rest of the text.
Describe the solution you'd like
Would like to see a property under AnimatedTextKit that makes animatedTexts elements continue in a column one after another instead of replacing each other
Describe alternatives you've considered
Creating my own Stateful Widget with AnimatedTextKit as the number of TypewriterAnimatedText I would like to show and use onFinished for each one to start drawing the next one.
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I would like to use TypewriterAnimatedText then change the font (size up and bold) for one word and then continue with the rest of the text.
Describe the solution you'd like
Would like to see a property under AnimatedTextKit that makes animatedTexts elements continue in a column one after another instead of replacing each other
Describe alternatives you've considered
Creating my own Stateful Widget with AnimatedTextKit as the number of TypewriterAnimatedText I would like to show and use onFinished for each one to start drawing the next one.
Additional context
The text was updated successfully, but these errors were encountered: