onMove property
final
Called when a Draggable moves within this DragTarget. It will not be
called if data is null.
This includes entering and leaving the target.
Implementation
final DragTargetMove<T>? onMove;
Called when a Draggable moves within this DragTarget. It will not be
called if data is null.
This includes entering and leaving the target.
final DragTargetMove<T>? onMove;