onMove property
final
Called when a Draggable moves within this DragTarget.
This includes entering and leaving the target.
Implementation
final DragTargetMove<T>? onMove;
Called when a Draggable moves within this DragTarget.
This includes entering and leaving the target.
final DragTargetMove<T>? onMove;