outerRect property

Rect outerRect

The bounding box of this rounded rectangle (the rectangle with no rounded corners).

Implementation

Rect get outerRect => Rect.fromLTRB(left, top, right, bottom);