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