visibleBounds property

Rect visibleBounds
final

The visible portion of the widget, in the widget's local coordinates.

The bounds are reported using the widget's local coordinates to avoid expectations for the VisibilityChangedCallback to fire if the widget's position changes but retains the same visibility.

Implementation

final Rect visibleBounds;