ListStyle enum
Values
- circle → const ListStyle
-
const ListStyle('circle')
- disc → const ListStyle
-
const ListStyle('disc')
- square → const ListStyle
-
const ListStyle('square')
- decimal → const ListStyle
-
const ListStyle('decimal')
- none → const ListStyle
-
const ListStyle('none')
- lowerAlpha → const ListStyle
-
const ListStyle('lower-alpha')
- upperAlpha → const ListStyle
-
const ListStyle('upper-alpha')
- lowerGreek → const ListStyle
-
const ListStyle('lower-greek')
- upperGreek → const ListStyle
-
const ListStyle('upper-greek')
- lowerLatin → const ListStyle
-
const ListStyle('lower-latin')
- upperLatin → const ListStyle
-
const ListStyle('upper-latin')
- lowerRoman → const ListStyle
-
const ListStyle('lower-roman')
- upperRoman → const ListStyle
-
const ListStyle('upper-roman')
- inherit → const ListStyle
-
const ListStyle('inherit')
- initial → const ListStyle
-
const ListStyle('initial')
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
- value → String
-
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