nLeft static method

EdgeInsets nLeft(
  1. double spacing
)

Implementation

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