controller property
The stream controller used to perform actions on the list view such as loading more data or clearing the list.
Implementation
final EndlessPaginationController<T>? controller;
The stream controller used to perform actions on the list view such as loading more data or clearing the list.
final EndlessPaginationController<T>? controller;