BoxHitTestWithOutOfBandPosition typedef
Method signature for hit testing a RenderBox with a manually managed position (one that is passed out-of-band).
Used by RenderSliverSingleBoxAdapter.hitTestBoxChild to hit test RenderBox children of a RenderSliver.
See also:
- RenderBox.hitTest, which documents more details around hit testing RenderBoxes.
Implementation
typedef BoxHitTestWithOutOfBandPosition = bool Function(BoxHitTestResult result);