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