all static method

EdgeInsets all(
  1. double value
)

Implementation

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