GestureTapUpCallback typedef

GestureTapUpCallback = void Function(TapUpDetails details)

Signature for when a pointer that will trigger a tap has stopped contacting the screen.

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

See also:

Implementation

typedef GestureTapUpCallback = void Function(TapUpDetails details);