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