boundingBox property
The bounding box of this element.
Implementation
@override
PRectangle get boundingBox =>
_lastPaintBoundingBox ?? PRectangle(x, y, width, height);
The bounding box of this element.
@override
PRectangle get boundingBox =>
_lastPaintBoundingBox ?? PRectangle(x, y, width, height);