TextType enum
Values
- headline1 → const TextType
- headline2 → const TextType
- headline3 → const TextType
- headline4 → const TextType
- headline5 → const TextType
- headline6 → const TextType
- subtitle1 → const TextType
- subtitle2 → const TextType
- subtitle3 → const TextType
- subtitle4 → const TextType
- subtitle5 → const TextType
- subtitle6 → const TextType
- bodyText1 → const TextType
- bodyText2 → const TextType
- bodyText3 → const TextType
- bodyText4 → const TextType
- bodyText5 → const TextType
- bodyText6 → const TextType
- caption → const TextType
- error → const TextType
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