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