ItemDelegate class abstract

Item delegate for rendering list items.

Implementers

Constructors

ItemDelegate()

Properties

hashCode → int
The hash code for this object.
no setterinherited
height → int
Height of each list item in lines.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
spacing → int
Spacing between items in lines.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
render(ListModel model, int index, ListItem item) → String
Render the item at the given index.
toString() → String
A string representation of this object.
inherited
update(Msg msg, ListModel model) → Cmd?
Handle update messages for items.

Operators

operator ==(Object other) → bool
The equality operator.
inherited