onSeekStart property

void Function(Duration currentPosition)? onSeekStart
final

Called when the user starts seeking.

currentPosition is the playback position where the seek started.

Implementation

final void Function(Duration currentPosition)? onSeekStart;