onEnd property

GestureDragEndCallback onEnd
read / write

A pointer that was previously in contact with the screen and moving is no longer in contact with the screen and was moving at a specific velocity when it stopped contacting the screen.

The velocity is provided in the callback's details argument, which is a DragEndDetails object.

Implementation

GestureDragEndCallback onEnd