AtomicTypographyTheme class

Constructors

AtomicTypographyTheme.new({TextStyle displayLarge = AtomicTypography.displayLarge, TextStyle displayMedium = AtomicTypography.displayMedium, TextStyle displaySmall = AtomicTypography.displaySmall, TextStyle headlineLarge = AtomicTypography.headlineLarge, TextStyle headlineMedium = AtomicTypography.headlineMedium, TextStyle headlineSmall = AtomicTypography.headlineSmall, TextStyle titleLarge = AtomicTypography.titleLarge, TextStyle titleMedium = AtomicTypography.titleMedium, TextStyle titleSmall = AtomicTypography.titleSmall, TextStyle bodyLarge = AtomicTypography.bodyLarge, TextStyle bodyMedium = AtomicTypography.bodyMedium, TextStyle bodySmall = AtomicTypography.bodySmall, TextStyle labelLarge = AtomicTypography.labelLarge, TextStyle labelMedium = AtomicTypography.labelMedium, TextStyle labelSmall = AtomicTypography.labelSmall})
const

Properties

bodyLarge TextStyle
final
bodyMedium TextStyle
final
bodySmall TextStyle
final
displayLarge TextStyle
final
displayMedium TextStyle
final
displaySmall TextStyle
final
hashCode int
The hash code for this object.
no setterinherited
headlineLarge TextStyle
final
headlineMedium TextStyle
final
headlineSmall TextStyle
final
labelLarge TextStyle
final
labelMedium TextStyle
final
labelSmall TextStyle
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleLarge TextStyle
final
titleMedium TextStyle
final
titleSmall TextStyle
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