nBottom static method

EdgeInsets nBottom(
  1. double spacing
)

Implementation

static EdgeInsets nBottom(double spacing) {
  return FxSpacing.only(top: spacing, left: spacing, right: spacing);
}