TapRegionCallback typedef Null safety
The type of callback that TapRegion.onTapOutside and TapRegion.onTapInside take.
The event is the pointer event that caused the callback to be called.
Implementation
typedef TapRegionCallback = void Function(PointerDownEvent event);