tickCharacters property

List<String> tickCharacters
final

The character used to draw the progress "tick".

If multiple characters are specified, they are used to draw a "spinner", representing partial completion of the next "tick.

Implementation

final List<String> tickCharacters;