horizontal static method

EdgeInsets horizontal(
  1. double value
)

Horizontal margin

Implementation

static EdgeInsets horizontal(double value) => EdgeInsets.symmetric(
      horizontal: ScreenUtil.instance.setWidth(value),
    );