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