TapRegionCallback typedef

TapRegionCallback = void Function(PointerDownEvent event)

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

See also:

Implementation

typedef TapRegionCallback = void Function(PointerDownEvent event);