BottomSheetDragStartHandler typedef

BottomSheetDragStartHandler = void Function(DragStartDetails details)

A callback for when the user begins dragging the bottom sheet.

Used by BottomSheetView.onDragStart.

Implementation

typedef BottomSheetDragStartHandler = void Function(DragStartDetails details);