marquee_text 1.0.0 copy "marquee_text: ^1.0.0" to clipboard
marquee_text: ^1.0.0 copied to clipboard

outdated

Scroll automatically when the text exceeds the width of the container.

中文介绍

Screenshot #

Demo

Usage #

Container(
  width: 100,
  color: Colors.green
  child: MarqueeText(
    text: 'Don not worry when you are not recognized',
    style: TextStyle(
      fontSize: 24,
      color: Colors.white,
    ),
    speed: 30,
  ),
)

Properties #

Property Type Required Default
text String true /
style TextStyle false /
speed double false 50
alwaysScroll bool false false
38
likes
0
pub points
91%
popularity

Publisher

verified publisherzhcode.fun

Scroll automatically when the text exceeds the width of the container.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on marquee_text