DragTargetMove<T> typedef
DragTargetMove<T> =
void Function(DragTargetDetails<T> details)
Signature for when a Draggable moves within a DragTarget.
Used by DragTarget.onMove.
Implementation
typedef DragTargetMove<T> = void Function(DragTargetDetails<T> details);