delegate property

PaginationDelegate delegate
final

The PaginationDelegate contains all the necessary information for a paginated layout, such as the item count, item builder, loading indicator builder, error indicator builder, no more items indicator builder, loading state, error state, and more.

Implementation

final PaginationDelegate delegate;