bottom static method

EdgeInsets bottom(
  1. double spacing
)

Implementation

static EdgeInsets bottom(double spacing) {
  return MySpacing.only(bottom: spacing);
}