AFTextStyle class

A summary of a text style composed from other theme components.

Inheritance

Constructors

AFTextStyle({required AFThemeID color, required AFThemeID fontSize, AFThemeID? weight})

Properties

color → AFThemeID
final
fontSize → AFThemeID
final
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
styleCache ↔ TextStyle?
getter/setter pair
weight → AFThemeID?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolve(AFFundamentalThemeState theme) → void
override
toString() → String
A string representation of this object.
inherited

Operators

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