deflate method

Rect deflate (double delta)

Returns a new rectangle with edges moved inwards by the given delta.

Implementation

Rect deflate(double delta) => inflate(-delta);