nLeft static method

EdgeInsets nLeft(
  1. double spacing
)

Implementation

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