ListStyleType class
Constructors
- ListStyleType(String text, {String type = "marker", Widget? widget})
-
const
- ListStyleType.fromImage(String url)
-
factory
- ListStyleType.fromWidget(Widget widget)
-
factory
Properties
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
- CIRCLE → const ListStyleType
- DECIMAL → const ListStyleType
- DISC → const ListStyleType
- LOWER_ALPHA → const ListStyleType
- LOWER_LATIN → const ListStyleType
- LOWER_ROMAN → const ListStyleType
- NONE → const ListStyleType
- SQUARE → const ListStyleType
- UPPER_ALPHA → const ListStyleType
- UPPER_LATIN → const ListStyleType
- UPPER_ROMAN → const ListStyleType