DraggableCanceledCallback typedef
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);