MyDraggableCanceledCallback typedef
Signature for when a MyDraggable is dropped without being accepted by a MyDragTarget.
Used by MyDraggable.onMyDraggableCanceled.
Implementation
typedef void MyDraggableCanceledCallback(Velocity velocity, Offset offset);