static Widget vertical([double? multiplier]) { double size = multiplier ?? 1; return SizedBox(height: CuReDesign.spacing * (size * 2)); }