onDragEnd property

VoidCallback? onDragEnd
final

A callback when the user is finished moving the thumb.

This will be called only once when the drag ends.

This method is useful if you are planning to do something like add a time label and/or video preview over the thumb and you need to dispose of something when the drag is finished.

This method is called directly before onSeek.

Implementation

final VoidCallback? onDragEnd;