onMove property

DragTargetMove<T>? onMove
final

Called when a Draggable moves within this DragTarget.

Note that this includes entering and leaving the target.

Implementation

final DragTargetMove<T>? onMove;