outerRect property
The bounding box of this rounded rectangle (the rectangle with no rounded corners).
Implementation
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);