pageLoadController property

PagewiseLoadController<T>? pageLoadController
final

The controller that controls the loading of pages.

You don't have to provide this parameter unless you want to control or listen to the data that Pagewise fetches. Review the documentation of PagewiseLoadController for more details

Implementation

final PagewiseLoadController<T>? pageLoadController;