text property
final
The text string, that would be scrolled. In case text does fit into allocated space, it wouldn't be scrolled and would be shown as is.
Example:
TextScroll('This is the sample text for Flutter TextScroll widget.')
Implementation
final String text;