nRight static method

EdgeInsets nRight(
  1. double spacing
)

Implementation

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