onUpdate property

GestureDragUpdateCallback onUpdate
read / write

A pointer that is in contact with the screen and moving has moved again.

The distance travelled by the pointer since the last update is provided in the callback's details argument, which is a DragUpdateDetails object.

Implementation

GestureDragUpdateCallback onUpdate