easy_infinite_pagination library

Enums

LayoutStrategy
Represents the different layout strategies available.

Typedefs

ErrorWidgetBuilderCallback = Widget Function(BuildContext context, VoidCallback onRetry)
The ErrorWidgetBuilderCallback is a function that builds a widget that represents an error. The function takes in the current build context, and a VoidCallback that should be called when the user wants to retry the operation.
LayoutChildBuilder = Widget Function(BuildContext context, IndexedWidgetBuilder itemBuilder, int itemCount, WidgetBuilder? bottomLoaderBuilder)
A function type that takes in several parameters and returns a Widget.