marquee icon indicating copy to clipboard operation
marquee copied to clipboard

Can I scroll up and down? Multiple data

Open gyyxiaogao opened this issue 4 years ago • 2 comments

图片

gyyxiaogao avatar Dec 18 '20 02:12 gyyxiaogao

图片

gyyxiaogao avatar Dec 18 '20 02:12 gyyxiaogao

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.

MarcelGarus avatar Jan 07 '21 11:01 MarcelGarus