onSeekStart property
Called when the user starts seeking.
currentPosition
is the playback position where the seek started.
Implementation
final void Function(Duration currentPosition)? onSeekStart;
Called when the user starts seeking.
currentPosition
is the playback position where the seek started.
final void Function(Duration currentPosition)? onSeekStart;