AppTextStyles class abstract
A utility class for reusable text styles in the app.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Constants
- caption → const TextStyle
- captionBold → const TextStyle
- captionWhite → const TextStyle
- grey16 → const TextStyle
- labelTinyBold → const TextStyle
- smallTitleGrey → const TextStyle
- subtitle → const TextStyle
- subtitleBold → const TextStyle
- subtitleLight → const TextStyle
- subtitleSmall → const TextStyle
- subtitleSmallBold → const TextStyle
- subtitleSmallWhite → const TextStyle
- title → const TextStyle
- titleBig → const TextStyle
- titleLarge → const TextStyle
- titleMedium → const TextStyle
- titleMediumAlt → const TextStyle
- titleMediumWhite → const TextStyle
- titleSm → const TextStyle
- titleSmall → const TextStyle
- titleSmallLight → const TextStyle
- titleSmLight → const TextStyle
- titleWhite → const TextStyle
- white16 → const TextStyle