AppTextTheme constructor
const
AppTextTheme({
- TextStyle? speakupTypographyTextXsRegular,
- TextStyle? speakupTypographyTextXsMedium,
- TextStyle? speakupTypographyTextXsSemibold,
- TextStyle? speakupTypographyTextXsBold,
- TextStyle? speakupTypographyTextSmRegular,
- TextStyle? speakupTypographyTextSmMedium,
- TextStyle? speakupTypographyTextSmSemibold,
- TextStyle? speakupTypographyTextSmBold,
- TextStyle? speakupTypographyTextMdRegular,
- TextStyle? speakupTypographyTextMdMedium,
- TextStyle? speakupTypographyTextMdSemibold,
- TextStyle? speakupTypographyTextMdBold,
- TextStyle? speakupTypographyTextBaseRegular,
- TextStyle? speakupTypographyTextBaseMedium,
- TextStyle? speakupTypographyTextBaseSemibold,
- TextStyle? speakupTypographyTextBaseBold,
- TextStyle? speakupTypographyTextLgRegular,
- TextStyle? speakupTypographyTextLgMedium,
- TextStyle? speakupTypographyTextLgSemibold,
- TextStyle? speakupTypographyTextLgBold,
- TextStyle? speakupTypographyTextXlRegular,
- TextStyle? speakupTypographyTextXlMedium,
- TextStyle? speakupTypographyTextXlSemibold,
- TextStyle? speakupTypographyTextXlBold,
- TextStyle? speakupTypographyText2xlRegular,
- TextStyle? speakupTypographyText2xlMedium,
- TextStyle? speakupTypographyText2xlSemibold,
- TextStyle? speakupTypographyText2xlBold,
- TextStyle? speakupTypographyText3xlRegular,
- TextStyle? speakupTypographyText3xlMedium,
- TextStyle? speakupTypographyText3xlSemibold,
- 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,
});