onDown property Null safety

GestureDragDownCallback? onDown
read / write

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

The position of the pointer is provided in the callback's details argument, which is a DragDownDetails object.

See also:

Implementation

GestureDragDownCallback? onDown;