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