RectDragUpdateEvent typedef
RectDragUpdateEvent =
void Function(UIMoveResult result, DragUpdateDetails event)
A callback that is called when the box is being dragged.
Implementation
typedef RectDragUpdateEvent = void Function(
UIMoveResult result,
DragUpdateDetails event,
);