onDragStart property

(dynamic Function()?) onDragStart
final

Called when the user stops scrolling, if this function returns a false the bottomsheet won't complete the next onDragEnd instructions

Implementation

final Function()? onDragStart;