boundingBox property
The bounding box of this element container.
Implementation
@override
PRectangle get boundingBox => PRectangle(0, 0, width, height);
The bounding box of this element container.
@override
PRectangle get boundingBox => PRectangle(0, 0, width, height);