nLeft static method

EdgeInsetsGeometry nLeft(
  1. double spacing
)

Implementation

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