GigaSpacing constructor

const GigaSpacing({
  1. double xxxs = 2.0,
  2. double xxs = 8.0,
  3. double xs = 10.0,
  4. double s = 12.0,
  5. double m = 16.0,
  6. double l = 24.0,
  7. double xl = 30.0,
  8. double xxl = 40.0,
  9. double xxxl = 46.0,
  10. double xxxxl = 64.0,
})

Implementation

const GigaSpacing({
  this.xxxs = 2.0,
  this.xxs = 8.0,
  this.xs = 10.0,
  this.s = 12.0,
  this.m = 16.0,
  this.l = 24.0,
  this.xl = 30.0,
  this.xxl = 40.0,
  this.xxxl = 46.0,
  this.xxxxl = 64.0,
});