TypographyScheme constructor

const TypographyScheme({
  1. List<String>? fontFamily,
  2. Dim? fontSizeSm,
  3. Dim? fontSizeMd,
  4. Dim? fontSizeLg,
  5. Dim? fontSizeXl,
  6. Dim? fontSize2xl,
  7. Dim? fontSize3xl,
  8. Dim? fontSize4xl,
  9. Dim? fontSize5xl,
  10. Dim? fontSizeError,
  11. Dim? fontSizeHint,
  12. Dim? fontSizeLabel,
  13. Dim? fontSizeSectionHeader,
  14. int? fontWeightNormal,
  15. int? fontWeightMedium,
  16. int? fontWeightSemiBold,
  17. int? fontWeightBold,
  18. int? fontWeightSectionHeader,
})

Implementation

const TypographyScheme({
  this.fontFamily,
  this.fontSizeSm,
  this.fontSizeMd,
  this.fontSizeLg,
  this.fontSizeXl,
  this.fontSize2xl,
  this.fontSize3xl,
  this.fontSize4xl,
  this.fontSize5xl,
  this.fontSizeError,
  this.fontSizeHint,
  this.fontSizeLabel,
  this.fontSizeSectionHeader,
  this.fontWeightNormal,
  this.fontWeightMedium,
  this.fontWeightSemiBold,
  this.fontWeightBold,
  this.fontWeightSectionHeader,
});