bottom static method

EdgeInsetsGeometry bottom(
  1. double spacing
)

Implementation

static EdgeInsetsGeometry bottom(double spacing) {
  return FTxSpacing.only(bottom: spacing);
}