vertical static method
Implementation
static EdgeInsetsGeometry vertical(double spacing,
{bool withResponsive = true}) {
return Spacing.only(
top: spacing, bottom: spacing, withResponsive: withResponsive);
}
static EdgeInsetsGeometry vertical(double spacing,
{bool withResponsive = true}) {
return Spacing.only(
top: spacing, bottom: spacing, withResponsive: withResponsive);
}