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