bottom static method

EdgeInsetsGeometry bottom(
  1. double spacing, {
  2. bool withResponsive = true,
})

Implementation

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