onStart property

GestureDragStartCallback? onStart
getter/setter pair

A pointer has contacted the screen with a primary button and has begun to move.

The position of the pointer is provided in the callback's details argument, which is a DragStartDetails object. The dragStartBehavior determines this position.

See also:

Implementation

GestureDragStartCallback? onStart;