getPaintBoundingBox method
The bounding box of the painted area of this element.
Implementation
@override
PRectangle getPaintBoundingBox(PCanvas pCanvas) =>
PRectangle.fromDimension(0, 0, pCanvas.dimension);
The bounding box of the painted area of this element.
@override
PRectangle getPaintBoundingBox(PCanvas pCanvas) =>
PRectangle.fromDimension(0, 0, pCanvas.dimension);