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
So I have noticed that textAlign doesn't work and I have tried to fix this problem. I have found one issue with this class. In the constructor, you don't use the textAlign field to the superclass and so, the align will be defaulted with TextAlign.start, so it won't be customizable. I will attach a dart file that works for me, although it's just a line of cod. Hope I will help you with the further development of the kit. Good luck in the future. flicker_animated_text_corrected.zip
The text was updated successfully, but these errors were encountered:
So I have noticed that textAlign doesn't work and I have tried to fix this problem. I have found one issue with this class. In the constructor, you don't use the textAlign field to the superclass and so, the align will be defaulted with TextAlign.start, so it won't be customizable. I will attach a dart file that works for me, although it's just a line of cod. Hope I will help you with the further development of the kit. Good luck in the future.
flicker_animated_text_corrected.zip
The text was updated successfully, but these errors were encountered: