loadMore property

Future<List<T>> Function(int pageIndex) loadMore
final

A function which returns the additional items to add to the grid view when it is scrolled to its threshold for loading more items determined by the extentAfterFactor.

Implementation

final Future<List<T>> Function(int pageIndex) loadMore;