aagarwal1012 / Animated-Text-Kit

🔔 A flutter package to create cool and beautiful text animations. [Flutter Favorite Package]
https://animated-text-kit.web.app
MIT License
1.66k stars 304 forks source link

Height of RotateAnimatedText should be static and take biggest text #338

Open SakshiSamdani opened 5 months ago

SakshiSamdani commented 5 months ago

Height of RotateAnimatedText should be static and take biggest text. When we have multiple texts with different line size then when the text changes, during the transaction from one text to another all the widgets below it comes up. It looks weird.

Expected behavior Height of the widget should take max text size and make it static so that on the change of the text from one to another. Other widgets below it does not get impacted.