GestureDragDownCallback typedef

GestureDragDownCallback = void Function(DragDownDetails details)

Signature for when a pointer has contacted the screen and might begin to move.

The details object provides the position of the touch.

See DragGestureRecognizer.onDown.

Implementation

typedef GestureDragDownCallback = void Function(DragDownDetails details);