paginated_state library

Classes

PaginatedState<T, Q>
An state of paginated search. Contains information regarding which page we are on, what the pageSize of each page is, what the current type of this state is, its loaded items and more.

Typedefs

WidgetFromItemBuilder<T> = Widget Function(T item)