ZeroTypography.raw constructor

const ZeroTypography.raw({
  1. TextStyle? heading1,
  2. TextStyle? heading2,
  3. TextStyle? heading3,
  4. TextStyle? heading4,
  5. TextStyle? heading5,
  6. TextStyle? heading6,
  7. TextStyle? subtitle1,
  8. TextStyle? subtitle2,
  9. TextStyle? body1,
  10. TextStyle? body2,
  11. TextStyle? button,
  12. TextStyle? caption,
  13. TextStyle? overline,
})

Creates a new ZeroTypography

Implementation

const ZeroTypography.raw({
  this.heading1,
  this.heading2,
  this.heading3,
  this.heading4,
  this.heading5,
  this.heading6,
  this.subtitle1,
  this.subtitle2,
  this.body1,
  this.body2,
  this.button,
  this.caption,
  this.overline,
});