CustomPaginator class

Constructors

CustomPaginator(BuildContext context, Color? color)

Properties

color Color?
getter/setter pair
context BuildContext
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

blank(dynamic response, dynamic retryListener) Widget
emptyListWidgetMaker(dynamic response, {String? message, String? assetImage}) Widget
errorWidgetMaker(dynamic response, dynamic retryListener) Widget
listItemsGetter(dynamic response) List?
loadingWidgetMaker() Widget
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pageErrorChecker(dynamic response) bool
toString() String
A string representation of this object.
inherited
totalPagesGetter(dynamic response) int?

Operators

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