FixedHeightListViewController class

Controller for the ListView. If you want to rerender the whole list at once, just call updateAll(itemCount). To only render the things that have changed, use:

  • update(index)
  • insert(index)
  • delete(index)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete(int index) → void
deletes the item at offset index
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(int index) → void
updates the item at offset index
updateAll(int itemCount) → void
re-renders the entire list with the given new itemCount

Operators

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