TextType enum
Constants
- bold → const TextType
-
const TextType(1)
- color → const TextType
-
const TextType(4)
- icon → const TextType
-
const TextType(5)
- italic → const TextType
-
const TextType(2)
- link → const TextType
-
const TextType(0)
- underlined → const TextType
-
const TextType(3)
-
values
→ const List<
TextType> -
A constant List of the values in this enum, in order of their declaration.
const List<
TextType>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited