TapRegionUpCallback typedef

TapRegionUpCallback = void Function(PointerUpEvent event)

Signature for a callback called for a PointerUpEvent relative to a TapRegion.

See also:

Implementation

typedef TapRegionUpCallback = void Function(PointerUpEvent event);