BulletStyle enum
Values
- none → const BulletStyle
-
Disable bullet styling
- asterisk → const BulletStyle
-
An asterisk
*
- checkbox → const BulletStyle
-
check_box_outline_blank — An outlined square.
- disc → const BulletStyle
-
An empty circle.
- discFill → const BulletStyle
-
circle — A filled circle.
- dash → const BulletStyle
-
A hypen or dash
-
- alphabets → const BulletStyle
-
Lowercased alphabets of the form
a.
b.
c.
- capitalAlphabets → const BulletStyle
-
Capital case alphabets of the form
A.
B.
C.
- alphabetsBracketed → const BulletStyle
-
Lowercased alphabets of the form
(a)
(b)
(c)
- alphabetsRightBracketed → const BulletStyle
-
Lowercased alphabets of the form
a)
b)
c)
- numeric → const BulletStyle
-
Numbers of the form
1.
2.
3.
- numericBracketed → const BulletStyle
-
Numbers of the form
(1)
(2)
(3)
- numericRightBracketed → const BulletStyle
-
Numbers of the form
1)
2)
3)
- romanNumerals → const BulletStyle
-
Roman numerals of the form
i.
ii.
iii.
- capitalRomanNumerals → const BulletStyle
-
Roman numerals of the form
I.
II.
III.
- romanNumeralsBracketed → const BulletStyle
-
Roman numerals of the form
(i)
(ii)
(iii)
- romanNumeralsRightBracketed → const BulletStyle
-
Roman numerals of the form
i)
ii)
iii)
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<
BulletStyle> - A constant List of the values in this enum, in order of their declaration.