handleDragEnd method
Marks the end of a drag operation.
This event fires when the pointer stops touching the screen. It will fire even if the pointer is currently outside of the game widget.
Implementation
@internal
@override
void handleDragEnd(int pointerId, DragEndDetails details) {
onDragEnd(DragEndEvent(pointerId, details));
}