Horizontal spacing widget
static Widget horizontal(double width) => SizedBox(width: ScreenUtil.instance.setWidth(width));