IntroInsets constructor

const IntroInsets({
  1. double xxs = 4,
  2. double xs = 8,
  3. double sm = 16,
  4. double md = 24,
  5. double lg = 32,
  6. double xl = 48,
  7. double xxl = 56,
})

Implementation

const IntroInsets({
  this.xxs = 4,
  this.xs = 8,
  this.sm = 16,
  this.md = 24,
  this.lg = 32,
  this.xl = 48,
  this.xxl = 56,
});