nBottom static method

EdgeInsetsGeometry nBottom(
  1. double spacing
)

Implementation

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