all static method

EdgeInsets all(
  1. double value
)

All sides margin

Implementation

static EdgeInsets all(double value) => EdgeInsets.all(ScreenUtil.instance.setWidth(value));