onPageChange property

Future<List<T>> Function(Pagination pagination) onPageChange
getter/setter pair

when scrolling the table you will notify with the result of pagination object

Implementation

Future<List<T>> Function(Pagination pagination) onPageChange;