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

outdated

A highly customizable text scrolling widget. You can customize all the aspects.

Text scroller #

A highly customizable text scrolling widget. You can customize all the aspects.

Text Scroller

final textScrollController = TextScrollController();

textScrollController.add('So, This is no. $c');

TextScroller(
  controller: textScrollController,
  backgroundColor: Color(0x88cccccc),
  style: TextStyle(
    color: Colors.blueAccent,
    fontSize: 11,
  ),
),
8
likes
0
pub points
18%
popularity

Publisher

verified publishersonub.com

A highly customizable text scrolling widget. You can customize all the aspects.

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on text_scroller