AppTextTheme class

Inheritance
Annotations

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

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speakupTypographyText2xlBold TextStyle?
final
speakupTypographyText2xlMedium TextStyle?
final
speakupTypographyText2xlRegular TextStyle?
final
speakupTypographyText2xlSemibold TextStyle?
final
speakupTypographyText3xlBold TextStyle?
final
speakupTypographyText3xlMedium TextStyle?
final
speakupTypographyText3xlRegular TextStyle?
final
speakupTypographyText3xlSemibold TextStyle?
final
speakupTypographyTextBaseBold TextStyle?
final
speakupTypographyTextBaseMedium TextStyle?
final
speakupTypographyTextBaseRegular TextStyle?
final
speakupTypographyTextBaseSemibold TextStyle?
final
speakupTypographyTextLgBold TextStyle?
final
speakupTypographyTextLgMedium TextStyle?
final
speakupTypographyTextLgRegular TextStyle?
final
speakupTypographyTextLgSemibold TextStyle?
final
speakupTypographyTextMdBold TextStyle?
final
speakupTypographyTextMdMedium TextStyle?
final
speakupTypographyTextMdRegular TextStyle?
final
speakupTypographyTextMdSemibold TextStyle?
final
speakupTypographyTextSmBold TextStyle?
final
speakupTypographyTextSmMedium TextStyle?
final
speakupTypographyTextSmRegular TextStyle?
final
speakupTypographyTextSmSemibold TextStyle?
final
speakupTypographyTextXlBold TextStyle?
final
speakupTypographyTextXlMedium TextStyle?
final
speakupTypographyTextXlRegular TextStyle?
final
speakupTypographyTextXlSemibold TextStyle?
final
speakupTypographyTextXsBold TextStyle?
final
speakupTypographyTextXsMedium TextStyle?
final
speakupTypographyTextXsRegular TextStyle?
final
speakupTypographyTextXsSemibold TextStyle?
final
type Object
The extension's type.
no setterinherited

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

Operators

operator ==(Object other) bool
The equality operator.
inherited