paintBounds property

  1. @override
LayoutRect get paintBounds
override

The paint bounds of this child after layout.

Only valid after layout has been called. Represents the area that this child occupies for painting purposes.

Implementation

@override
LayoutRect get paintBounds => layoutRectFromRect(renderBox.paintBounds);