onDragEnd property

(dynamic Function()?) onDragEnd
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()? onDragEnd;