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