onDragStarted property

VoidCallback? onDragStarted
final

Callback when dragging starts.

Prevent updating your children while you are dragging because this can lead to an unexpected behavior.

Implementation

final VoidCallback? onDragStarted;