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.64k stars 306 forks source link

TextLiquidFill background text color from TextStyle color attribute #301

Open Twelve57 opened 1 year ago

Twelve57 commented 1 year ago

Is your feature request related to a problem? Please describe. The text background color is inherited from the container that contains the TextLiquidFill. It cause problem in nested container or widget.

Describe the solution you'd like It would be convenient to have this settings directly on the TextLiquidFill widget, or retrieve it from the TextStyle.color attribute.

Describe alternatives you've considered I didn't find any solution or workaround to make it work in my current use case.