TapRegionCallback typedef
Signature for a callback called for a PointerDownEvent relative to a TapRegion.
See also:
- TapRegion.onTapOutside, which is of this type.
- TapRegion.onTapInside, which is of this type.
- TapRegionUpCallback, which is similar but for PointerUpEvents.
Implementation
typedef TapRegionCallback = void Function(PointerDownEvent event);