AppPagingController<T, P extends AppPagination<T>> constructor

AppPagingController<T, P extends AppPagination<T>>({
  1. dynamic firstPageKey = 0,
  2. dynamic invisibleItemsThreshold = 5,
})

Creates an AppPagingController

Implementation

AppPagingController({
  super.firstPageKey = 0,
  super.invisibleItemsThreshold = 5,
});