boundingBox property

  1. @override
PRectangle get boundingBox
override

The bounding box of this element.

Implementation

@override
PRectangle get boundingBox =>
    _lastPaintBoundingBox ?? PRectangle(x, y, width, height);