The bounding box of this rounded rectangle (the rectangle with no rounded corners).
Source
Rect get outerRect => new Rect.fromLTRB(left, top, right, bottom);
The bounding box of this rounded rectangle (the rectangle with no rounded corners).
Rect get outerRect => new Rect.fromLTRB(left, top, right, bottom);