menu
flutter_music_player_ui package
documentation
screen/gradient_progress_bar.dart
GradientProgressBar
onSeek property
onSeek property
dark_mode
light_mode
onSeek
property
dynamic Function
(
Duration
position
)
onSeek
final
Callback invoked when the user seeks to a new position.
Implementation
final Function(Duration position) onSeek;
flutter_music_player_ui package
documentation
screen/gradient_progress_bar
GradientProgressBar
onSeek property
GradientProgressBar class