describeApproximatePaintClip method

Rect describeApproximatePaintClip (covariant RenderObject child)

Returns a rect in this object's coordinate system that describes the approximate bounding box of the clip rect that would be applied to the given child during the paint phase, if any.

Returns null if the child would not be clipped.

This is used in the semantics phase to avoid including children that are not physically visible.

Implementation

Rect describeApproximatePaintClip(covariant RenderObject child) => null;