EndlessPaginationController<T> class

The pagination controller used to perform actions on the scroll view such as loading more data or clearing its existing items.

Properties

clear ↔ void Function()
Clears the items from the paginated scroll view and resets the current page index.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isMounted bool Function()
Whether the widget associated with the controller is mounted.
getter/setter pair
loadMore ↔ void Function()
getter/setter pair
reload ↔ void Function()
Reloads the content of the scroll view, clearing its current data and calling loadMore.
getter/setter pair
remove ↔ void Function(T item)
Removes the given item from the scroll view.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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