Rect outerRect

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

Source

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