intersectionRect property
The visible portion of the element, in the element's local coordinates.
The bounds are reported using the element's local coordinates to avoid expectations for the IntersectionChangeCallback to fire if the element's position changes but retains the same visibility.
Implementation
final Rect intersectionRect;