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

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 Text Scroller

final textScrollController = TextScrollController();

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

TextScroller(
  controller: textScrollController,
  style: TextStyle(fontSize: 11),
  height: 242,
  width: 260,
  lineHeight: 20,
  backgroundColor: Color(0x44cccccc),
  textRemovalSpeed: Duration(seconds: 3),
);
8
likes
30
pub points
17%
popularity

Publisher

verified publishersonub.com

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

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on text_scroller