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