bounds property

Rect? get bounds

Used to get the bounds of the render object when it is time to update clients about visibility.

A null value means bounds are not available.

Implementation

Rect? get bounds;