menu
vinyl package
documentation
core/services/player_interface.dart
ProgressBarState
ProgressBarState.new const constructor
ProgressBarState.new const constructor
dark_mode
light_mode
ProgressBarState
constructor
const
ProgressBarState
(
{
required
Duration
current
,
required
Duration
buffered
,
required
Duration
total
,
})
Implementation
const ProgressBarState({ required this.current, required this.buffered, required this.total, });
vinyl package
documentation
core/services/player_interface
ProgressBarState
ProgressBarState.new const constructor
ProgressBarState class