AppTextVariant enum

Defines the typography scale variants.

Inheritance
Available extensions

Values

displayLarge → const AppTextVariant

Display Large: 36/45/57

displayMedium → const AppTextVariant

Display Medium: 28/36/45

displaySmall → const AppTextVariant

Display Small: 24/32/36

headlineLarge → const AppTextVariant

Headline Large: 24/28/32

headlineMedium → const AppTextVariant

Headline Medium: 20/24/28

headlineSmall → const AppTextVariant

Headline Small: 18/20/24

titleLarge → const AppTextVariant

Title Large: 16/18/22

titleMedium → const AppTextVariant

Title Medium: 14/16/16

titleSmall → const AppTextVariant

Title Small: 12/14/14

bodyLarge → const AppTextVariant

Body Large: 14/16/16

bodyMedium → const AppTextVariant

Body Medium: 12/14/14

bodySmall → const AppTextVariant

Body Small: 10/12/12

labelLarge → const AppTextVariant

Label Large: 12/14/14

labelMedium → const AppTextVariant

Label Medium: 10/12/12

labelSmall → const AppTextVariant

Label Small: 10/10/11

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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

values → const List<AppTextVariant>
A constant List of the values in this enum, in order of their declaration.