onDragStart property
Callback invoked when a drag operation starts on this widget.
Type: VoidCallback?. Called immediately when the user begins dragging
this sortable item. Useful for providing haptic feedback or updating UI state.
Implementation
final VoidCallback? onDragStart;