marquee
marquee copied to clipboard
Can I scroll up and down? Multiple data


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.