SubzeroTypographyTokens class

Typography tokens.

Notes:

  • Font family stack is encoded using fontFamily + fontFamilyFallback.
  • Overline includes uppercase intent + 1.5px letter spacing.

Properties

bodyLarge → SubzeroTextToken
no setter
bodyMedium → SubzeroTextToken
no setter
bodySmall → SubzeroTextToken
no setter
caption → SubzeroTextToken
no setter
fontFamily → SubzeroFontFamilyTokens
Font family stack.
final
h1 → SubzeroTextToken
Convenience aliases.
no setter
h2 → SubzeroTextToken
no setter
h3 → SubzeroTextToken
no setter
h4 → SubzeroTextToken
no setter
h5 → SubzeroTextToken
no setter
h6 → SubzeroTextToken
no setter
hashCode → int
The hash code for this object.
no setterinherited
overline → SubzeroTextToken
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
scale → SubzeroTypeScaleTokens
Type scale tokens.
final
weight → SubzeroFontWeightTokens
Font weight tokens.
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