onDragStart property
final
Called when the user begins dragging the bottom sheet vertically, if enableDrag is true.
Would typically be used to change the bottom sheet animation curve so that it tracks the user's finger accurately.
Implementation
final BottomSheetDragStartHandler? onDragStart;