AppTextTheme class
Constructors
-
AppTextTheme.new({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})
-
const
-
AppTextTheme.fallback()
-
factory
Methods
-
copyWith({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})
→ AppTextTheme
-
Creates a copy of this theme extension with the given fields
replaced by the non-null parameter values.
override
-
lerp(covariant AppTextTheme? other, double t)
→ AppTextTheme
-
Linearly interpolate with another ThemeExtension object.
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited