progressState property

ValueNotifier<ProgressBarState> progressState
final

Implementation

final progressState = ValueNotifier(
  const ProgressBarState(
    current: Duration.zero,
    buffered: Duration.zero,
    total: Duration.zero,
  ),
);