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