all static method

EdgeInsets all(
  1. double width
)

Implementation

static EdgeInsets all(double width) {
  return EdgeInsets.all(width.r);
}