showTrimTimeSpanNotifier property

ValueNotifier<bool> showTrimTimeSpanNotifier
final

Notifier that indicates whether the trim time span UI should be shown.

Implementation

final showTrimTimeSpanNotifier = ValueNotifier(false);