nRight static method

EdgeInsetsGeometry nRight(
  1. double spacing
)

Implementation

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