Open 3vmartinet opened 8 months ago
Describe the bug When specifying TextAlign.center to FlickerAnimatedText, the text alignment remain set to its default value TextAlign.start.
To Reproduce Steps to reproduce the behavior:
Expected behavior The text should be center-aligned
Screenshots
Flutter:
Dart:
Additional context Version 4.2.2 of animated_text_kit
textAlign: textAlign, line 20 in flicker.dart is missing.
Describe the bug When specifying TextAlign.center to FlickerAnimatedText, the text alignment remain set to its default value TextAlign.start.
To Reproduce Steps to reproduce the behavior:
Expected behavior The text should be center-aligned
Screenshots
Flutter:
Dart:
Additional context Version 4.2.2 of animated_text_kit