AppTextTheme constructor

const AppTextTheme({
  1. TextStyle? speakupTypographyTextXsRegular,
  2. TextStyle? speakupTypographyTextXsMedium,
  3. TextStyle? speakupTypographyTextXsSemibold,
  4. TextStyle? speakupTypographyTextXsBold,
  5. TextStyle? speakupTypographyTextSmRegular,
  6. TextStyle? speakupTypographyTextSmMedium,
  7. TextStyle? speakupTypographyTextSmSemibold,
  8. TextStyle? speakupTypographyTextSmBold,
  9. TextStyle? speakupTypographyTextMdRegular,
  10. TextStyle? speakupTypographyTextMdMedium,
  11. TextStyle? speakupTypographyTextMdSemibold,
  12. TextStyle? speakupTypographyTextMdBold,
  13. TextStyle? speakupTypographyTextBaseRegular,
  14. TextStyle? speakupTypographyTextBaseMedium,
  15. TextStyle? speakupTypographyTextBaseSemibold,
  16. TextStyle? speakupTypographyTextBaseBold,
  17. TextStyle? speakupTypographyTextLgRegular,
  18. TextStyle? speakupTypographyTextLgMedium,
  19. TextStyle? speakupTypographyTextLgSemibold,
  20. TextStyle? speakupTypographyTextLgBold,
  21. TextStyle? speakupTypographyTextXlRegular,
  22. TextStyle? speakupTypographyTextXlMedium,
  23. TextStyle? speakupTypographyTextXlSemibold,
  24. TextStyle? speakupTypographyTextXlBold,
  25. TextStyle? speakupTypographyText2xlRegular,
  26. TextStyle? speakupTypographyText2xlMedium,
  27. TextStyle? speakupTypographyText2xlSemibold,
  28. TextStyle? speakupTypographyText2xlBold,
  29. TextStyle? speakupTypographyText3xlRegular,
  30. TextStyle? speakupTypographyText3xlMedium,
  31. TextStyle? speakupTypographyText3xlSemibold,
  32. TextStyle? speakupTypographyText3xlBold,
})

Implementation

const AppTextTheme({
  this.speakupTypographyTextXsRegular,
  this.speakupTypographyTextXsMedium,
  this.speakupTypographyTextXsSemibold,
  this.speakupTypographyTextXsBold,
  this.speakupTypographyTextSmRegular,
  this.speakupTypographyTextSmMedium,
  this.speakupTypographyTextSmSemibold,
  this.speakupTypographyTextSmBold,
  this.speakupTypographyTextMdRegular,
  this.speakupTypographyTextMdMedium,
  this.speakupTypographyTextMdSemibold,
  this.speakupTypographyTextMdBold,
  this.speakupTypographyTextBaseRegular,
  this.speakupTypographyTextBaseMedium,
  this.speakupTypographyTextBaseSemibold,
  this.speakupTypographyTextBaseBold,
  this.speakupTypographyTextLgRegular,
  this.speakupTypographyTextLgMedium,
  this.speakupTypographyTextLgSemibold,
  this.speakupTypographyTextLgBold,
  this.speakupTypographyTextXlRegular,
  this.speakupTypographyTextXlMedium,
  this.speakupTypographyTextXlSemibold,
  this.speakupTypographyTextXlBold,
  this.speakupTypographyText2xlRegular,
  this.speakupTypographyText2xlMedium,
  this.speakupTypographyText2xlSemibold,
  this.speakupTypographyText2xlBold,
  this.speakupTypographyText3xlRegular,
  this.speakupTypographyText3xlMedium,
  this.speakupTypographyText3xlSemibold,
  this.speakupTypographyText3xlBold,
});