typedef DraggableCanceledCallback = void Function(Velocity velocity, Offset offset);
typedef DraggableCanceledCallable = Callable2<void, Velocity, Offset>;