BoxHitTestWithOutOfBandPosition typedef

BoxHitTestWithOutOfBandPosition = bool Function(BoxHitTestResult result)

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:

Implementation

typedef BoxHitTestWithOutOfBandPosition = bool Function(BoxHitTestResult result);