blankSpace property
final
The extend of blank space to display between instances of the text.
Sample code
In this example, there's 300 density pixels between the text instances:
Marquee(
blankSpace: 300.0,
child: 'Wait for it...',
)
Implementation
final double blankSpace;