ListRenderData class

Data used to render the list properly. It contains both the style for the list and other relevant information used to make the list.

Inheritance

Constructors

ListRenderData({required ListType listType, required ListItemStyle? orderedListStyle, required ListItemStyle? unorderedListStyle})

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
getter/setter pair
listType ListType
getter/setter pair
orderedListStyle ListItemStyle?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unorderedListStyle ListItemStyle?
getter/setter pair

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