HitTester typedef
Signature for callbacks that perform hit-testing at a given location.
Implementation
typedef HitTester = HitTestResult Function(Offset location);
Signature for callbacks that perform hit-testing at a given location.
typedef HitTester = HitTestResult Function(Offset location);