AtomixTypographyTokens class abstract

Defines the typography tokens for the design system.

Constructors

AtomixTypographyTokens()

Properties

bodyLarge → TextStyle
no setter
bodyMedium → TextStyle
no setter
bodySmall → TextStyle
no setter
displayLarge → TextStyle
no setter
displayMedium → TextStyle
no setter
displaySmall → TextStyle
no setter
fontFamily → String
no setter
hashCode → int
The hash code for this object.
no setterinherited
headlineLarge → TextStyle
no setter
headlineMedium → TextStyle
no setter
headlineSmall → TextStyle
no setter
labelLarge → TextStyle
no setter
labelMedium → TextStyle
no setter
labelSmall → TextStyle
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
titleLarge → TextStyle
no setter
titleMedium → TextStyle
no setter
titleSmall → TextStyle
no setter

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