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