eventToString property
The callback to produce a character or a string instead of the default dot for event.
Implementation
final String? Function(ProgressEvent<N> event)? eventToString;
The callback to produce a character or a string instead of the default dot for event.
final String? Function(ProgressEvent<N> event)? eventToString;