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