ItemDelegate class abstract
Item delegate for rendering list items.
- Implementers
Constructors
Properties
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