bounds property

Box? bounds

An optional bounding box explicitely set (or otherwise directly available) for this object.

Accessing this never triggers extensive calculations.

To ensure bounds is populated populated (with onBounds set true) can be called returning potentially a new object containing this property with a value.

Implementation

Box? get bounds => _bounds;