vertical static method

EdgeInsets vertical(
  1. double value
)

Vertical margin

Implementation

static EdgeInsets vertical(double value) => EdgeInsets.symmetric(
      vertical: ScreenUtil.instance.setHeight(value),
    );