widget_marquee 0.0.2 copy "widget_marquee: ^0.0.2" to clipboard
widget_marquee: ^0.0.2 copied to clipboard

outdated

A marquee for animating looping through widgets horizontally

A marquee widget that loops content seamlessly in a continous animation. The marquee will only animate if the content contained in the widget extends pass the vertical edge of the screen.

Usage #

Container(
    margin: const EdgeInsets.symmetric(horizontal: 20),
    child: Marquee(
        child: Text('Very long text that bleeds out of the rendering space'),
        loopDuration: const Duration(milliseconds: 5000),
    ),
),
12
likes
0
pub points
89%
popularity

Publisher

verified publisherstatefulstudio.com

A marquee for animating looping through widgets horizontally

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on widget_marquee