Future<Null> EventDispatcher(PointerEvent event, HitTestResult result)

Signature for a callback that can dispatch events and returns a future that completes when the event dispatch is complete.

Source

typedef Future<Null> EventDispatcher(PointerEvent event, HitTestResult result);