insetAll method

Rect insetAll(
  1. int v
)

Implementation

Rect insetAll(int v) => inset(top: v, right: v, bottom: v, left: v);