SimpleSpacing constructor

const SimpleSpacing({
  1. double xs = 2.0,
  2. double s = 8.0,
  3. double m = 12.0,
  4. double l = 16.0,
  5. double xl = 32.0,
  6. double xxl = 56.0,
})

Implementation

const SimpleSpacing({
  this.xs = 2.0,
  this.s = 8.0,
  this.m = 12.0,
  this.l = 16.0,
  this.xl = 32.0,
  this.xxl = 56.0,
});