BasePagingController<T, P extends BasePagination<T>> constructor

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

Creates an BasePagingController

Implementation

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