SeniorTextThemeData class

Constructors

SeniorTextThemeData({SeniorTextStyle? h1Style, SeniorTextStyle? h2Style, SeniorTextStyle? h3Style, SeniorTextStyle? h4Style, SeniorTextStyle? ctaStyle, SeniorTextStyle? labelStyle, SeniorTextStyle? labelBoldStyle, SeniorTextStyle? bodyStyle, SeniorTextStyle? bodyBoldStyle, SeniorTextStyle? smallStyle, SeniorTextStyle? smallBoldStyle, SeniorTextStyle? smallLinkStyle})
Theme definitions for the SeniorText component.
const

Properties

bodyBoldStyle SeniorTextStyle?
Style definitions for the bodyBold fonts. Allows you to configure: SeniorTextStyle.color Defines the font color default. SeniorTextStyle.emphasisColor Defines the font color when in emphasis.
final
bodyStyle SeniorTextStyle?
Style definitions for the body fonts. Allows you to configure: SeniorTextStyle.color Defines the font color default. SeniorTextStyle.emphasisColor Defines the font color when in emphasis.
final
ctaStyle SeniorTextStyle?
Style definitions for the cta fonts. Allows you to configure: SeniorTextStyle.color Defines the font color default. SeniorTextStyle.emphasisColor Defines the font color when in emphasis.
final
h1Style SeniorTextStyle?
Style definitions for the h1 fonts. Allows you to configure: SeniorTextStyle.color Defines the font color default. SeniorTextStyle.emphasisColor Defines the font color when in emphasis.
final
h2Style SeniorTextStyle?
Style definitions for the h2 fonts. Allows you to configure: SeniorTextStyle.color Defines the font color default. SeniorTextStyle.emphasisColor Defines the font color when in emphasis.
final
h3Style SeniorTextStyle?
Style definitions for the h3 fonts. Allows you to configure: SeniorTextStyle.color Defines the font color default. SeniorTextStyle.emphasisColor Defines the font color when in emphasis.
final
h4Style SeniorTextStyle?
Style definitions for the h4 fonts. Allows you to configure: SeniorTextStyle.color Defines the font color default. SeniorTextStyle.emphasisColor Defines the font color when in emphasis.
final
hashCode int
The hash code for this object.
no setterinherited
labelBoldStyle SeniorTextStyle?
Style definitions for the labelBold fonts. Allows you to configure: SeniorTextStyle.color Defines the font color default. SeniorTextStyle.emphasisColor Defines the font color when in emphasis.
final
labelStyle SeniorTextStyle?
Style definitions for the label fonts. Allows you to configure: SeniorTextStyle.color Defines the font color default. SeniorTextStyle.emphasisColor Defines the font color when in emphasis.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smallBoldStyle SeniorTextStyle?
Style definitions for the smallBold fonts. Allows you to configure: SeniorTextStyle.color Defines the font color default. SeniorTextStyle.emphasisColor Defines the font color when in emphasis.
final
smallLinkStyle SeniorTextStyle?
Style definitions for the smallLink fonts. Allows you to configure: SeniorTextStyle.color Defines the font color default. SeniorTextStyle.emphasisColor Defines the font color when in emphasis.
final
smallStyle SeniorTextStyle?
Style definitions for the small fonts. Allows you to configure: SeniorTextStyle.color Defines the font color default. SeniorTextStyle.emphasisColor Defines the font color when in emphasis.
final

Methods

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