ZetaTextStyles class Theme
Typography in Zeta style.
We have decided to adopt IBM Plex Sans typeface for our digital solutions. This new typeface is clean, distinctive and designed for digital world use cases. The typeface is free and available in multiple languages, making it ideal for localization. More info can be found at: www.ibm.com/plex
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
- bodyLarge → const TextStyle
- Largest of the body styles.
- bodyMedium → const TextStyle
- Middle size of the body styles.
- bodySmall → const TextStyle
- Small size of the body styles.
- bodyXSmall → const TextStyle
- Smallest of the body styles.
- displayLarge → const TextStyle
- Largest of the display styles.
- displayMedium → const TextStyle
- Middle size of the display styles.
- displaySmall → const TextStyle
- Smallest of the display styles.
- h1 → const TextStyle
- Largest heading style.
- h2 → const TextStyle
- Second largest heading style.
- h3 → const TextStyle
- Third largest heading style.
- h4 → const TextStyle
- Fourth largest heading style.
- h5 → const TextStyle
- Fifth largest heading style.
- h6 → const TextStyle
- Sixth largest heading style.
- heading1 → const TextStyle
- Largest of the headline styles.
- heading2 → const TextStyle
- Middle size of the headline styles.
- heading3 → const TextStyle
- Smallest of the headline styles.
- labelIndicator → const TextStyle
- Label text style used specifically for Indicator.
- labelLarge → const TextStyle
- Largest of the label styles.
- labelMedium → const TextStyle
- Middle size of the label styles.
- labelSmall → const TextStyle
- Small size of the label styles.
- titleLarge → const TextStyle
- Largest of the title styles.
- titleMedium → const TextStyle
- Middle size of the title styles.
- titleSmall → const TextStyle
- Smallest of the title styles.