timeLabelType property

TimeLabelType? timeLabelType
final

What to display for the time label on the right

The right time label can show the total time or the remaining time as a negative number. The default is TimeLabelType.totalTime.

Implementation

final TimeLabelType? timeLabelType;