PointerRoute typedef

PointerRoute = void Function(PointerEvent event)

A callback that receives a PointerEvent

Implementation

typedef PointerRoute = void Function(PointerEvent event);