Open axgalache opened 1 year ago
Make sure to use the textAlign property from the AnimatedText object:
AnimatedTextKit(
animatedTexts: [
TypewriterAnimatedText(
"Typewriter text yay !",
textAlign: TextAlign.center),
],
)
When I use TypewriterAnimatedText animation, I can not have the text horizontally centered to the screen.
Capture:
https://imgur.com/a/3kJoxyU
Should be something like this:
https://imgur.com/a/2cfx3eC