deflate method
Returns a new rectangle with edges moved inwards by the given delta.
Implementation
RelativeRect deflate(double delta) {
return inflate(-delta);
}
Returns a new rectangle with edges moved inwards by the given delta.
RelativeRect deflate(double delta) {
return inflate(-delta);
}