onSeekEnd property
Called when the user ends a seek operation.
currentPosition
is the final playback position after seeking.
Implementation
final void Function(Duration currentPosition)? onSeekEnd;
Called when the user ends a seek operation.
currentPosition
is the final playback position after seeking.
final void Function(Duration currentPosition)? onSeekEnd;