all static method

dynamic all(
  1. double width
)

Implementation

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