Vertical spacing widget
static Widget vertical(double height) => SizedBox(height: ScreenUtil.instance.setHeight(height));