handleDragCancel method
The drag operation is cancelled.
For example, this may happen if the drag was interrupted by a system- modal dialog appearing during the drag.
Implementation
@override
void handleDragCancel(int pointerId) {
onDragCancel(pointerId);
}