previewBuilder property
A builder function for the seek preview.
This function takes the current position and a widget for the preview frame, and returns a widget to display as the seek preview.
Implementation
final Widget Function(Duration position, Widget previewFrame)? previewBuilder;