FSCustomSpacing constructor

const FSCustomSpacing({
  1. double none = FSSpacing.none,
  2. double xs = FSSpacing.xs,
  3. double sm = FSSpacing.sm,
  4. double md = FSSpacing.md,
  5. double lg = FSSpacing.lg,
  6. double xl = FSSpacing.xl,
  7. double xxl = FSSpacing.xxl,
  8. double xxxl = FSSpacing.xxxl,
})

Implementation

const FSCustomSpacing({
  this.none = FSSpacing.none,
  this.xs = FSSpacing.xs,
  this.sm = FSSpacing.sm,
  this.md = FSSpacing.md,
  this.lg = FSSpacing.lg,
  this.xl = FSSpacing.xl,
  this.xxl = FSSpacing.xxl,
  this.xxxl = FSSpacing.xxxl,
});