onMove property

DragTargetMove<T>? onMove
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;