ListBullets enum

An enum representing different types of bullets for lists.

Inheritance
Available extensions

Values

circle → const ListBullets

Represents a circle bullet •.

const ListBullets('\u2022')
circleBig → const ListBullets

Represents a big circle bullet ●.

const ListBullets('\u25CF')
circleOutline → const ListBullets

Represents a circle outline bullet ◦.

const ListBullets('\u25E6')
square → const ListBullets

Represents a square bullet ▪.

const ListBullets('\u25AA')
squareMini → const ListBullets

Represents a mini square bullet ∙.

const ListBullets('\u2219')
triangle → const ListBullets

Represents a triangle bullet ‣.

const ListBullets('\u2023')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uniCode String
The unicode character associated with the bullet.
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

Constants

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