boundsWorld property
Rect
get
boundsWorld
Axis-aligned bounds in world coordinates.
Implementation
Rect get boundsWorld => transform.applyToRect(localBounds);
Axis-aligned bounds in world coordinates.
Rect get boundsWorld => transform.applyToRect(localBounds);