boundsWorld property

Rect get boundsWorld

Axis-aligned bounds in world coordinates.

Implementation

Rect get boundsWorld => transform.applyToRect(localBounds);