DraggableCanceledCallback typedef

DraggableCanceledCallback = void Function(Velocity velocity, Offset offset)

Signature for when a Draggable is dropped without being accepted by a DragTarget.

Used by Draggable.onDraggableCanceled.

Implementation

typedef DraggableCanceledCallback = void Function(Velocity velocity, Offset offset);