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