GestureTapDownCallback typedef

GestureTapDownCallback = void Function(TapDownDetails details)

Signature for when a pointer that might cause a tap has contacted the screen.

The position at which the pointer contacted the screen is available in the details.

See also:

Implementation

typedef GestureTapDownCallback = void Function(TapDownDetails details);