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
284 stars 135 forks source link

Can I scroll up and down? Multiple data #48

Open gyyxiaogao opened 3 years ago

gyyxiaogao commented 3 years ago

图片

gyyxiaogao commented 3 years ago

图片

MarcelGarus commented 3 years ago

If I understand that correctly, you want to have multiple Marquees on top of each other? That should work if their height is constrained, for example by putting them inside a SizedBox with a specific height.

Or do you want the Marquee to scroll vertically? Then you can always set the scrollDirection.