eventToString property

String? Function(ProgressEvent<N> event)? eventToString
final

The callback to produce a character or a string instead of the default dot for event.

Implementation

final String? Function(ProgressEvent<N> event)? eventToString;