bottom static method

EdgeInsets bottom(
  1. double spacing
)

Implementation

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