insetAll static method

EdgeInsets insetAll(
  1. double value
)

Implementation

static EdgeInsets insetAll(double value) => EdgeInsets.all(value);