SimpleSpacing constructor

const SimpleSpacing({
  1. double xs = 4.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,
  7. double iconSize = 24,
})

Implementation

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