EndlessPaginationData<T> class

Constructors

EndlessPaginationData({required Future<List<T>> loadMore(int pageIndex), required Widget builder({required EndlessStreamController<T> controller, required void loadMore(), required bool loadOnSubscribe, required Stream<List<T>> stream}), required EndlessPaginationController<T>? controller, required EndlessPaginationDelegate paginationDelegate, required bool? initialLoad})

Properties

builder Widget Function({required EndlessStreamController<T> controller, required void loadMore(), required bool loadOnSubscribe, required Stream<List<T>> stream})
final
controller EndlessPaginationController<T>?
final
hashCode int
The hash code for this object.
no setterinherited
initialLoad bool?
final
loadMore Future<List<T>> Function(int pageIndex)
final
paginationDelegate EndlessPaginationDelegate
final
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