diff --git a/lib/src/flicker.dart b/lib/src/flicker.dart index 6e20af8..b686d4c 100644 --- a/lib/src/flicker.dart +++ b/lib/src/flicker.dart @@ -19,6 +19,7 @@ class FlickerAnimatedText extends AnimatedText { text: text, textStyle: textStyle, duration: speed, + textAlign: textAlign ); late Animation _entry;