MarcelGarus / marquee

A Flutter widget that scrolls text infinitely. Provides many customizations including custom scroll directions and velocities, pausing after every round and specifying custom durations and curves for accelerating and decelerating.
MIT License
274 stars 113 forks source link

Use AutoSizeText instead of Text Widget to show text. #84

Open Wian-TMC opened 1 year ago

Wian-TMC commented 1 year ago

Using AutoSizeText will allow the text to change its font size automatically with size constraints.