intervalSpaces property
final
Adds blank spaces between two nearby text sentences in case of TextScrollMode.endless
Default is 1
.
Example:
TextScroll(
'This is the sample text for Flutter TextScroll widget. ',
blankSpaces: 10,
)
Implementation
final int? intervalSpaces;