BasePagingController<T, P extends BasePagination<T> > constructor
BasePagingController<T, P extends BasePagination<T> > ({
- dynamic firstPageKey = 0,
- dynamic invisibleItemsThreshold = 5,
Creates an BasePagingController
Implementation
BasePagingController({
super.firstPageKey = 0,
super.invisibleItemsThreshold = 5,
});