deflate method

Rect deflate(
  1. double delta
)

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

Implementation

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