SizingConfig constructor

SizingConfig({
  1. dynamic xs,
  2. dynamic sm,
  3. dynamic md,
  4. dynamic base,
  5. dynamic lg,
  6. dynamic xl,
  7. dynamic xxl,
  8. dynamic xxxl,
  9. dynamic xxxxl,
  10. dynamic xxxxxl,
  11. dynamic xxxxxxl,
})

Implementation

SizingConfig({
  this.xs,
  this.sm,
  this.md,
  this.base,
  this.lg,
  this.xl,
  this.xxl,
  this.xxxl,
  this.xxxxl,
  this.xxxxxl,
  this.xxxxxxl,
});