loadMore property

void Function() loadMore
final

A function which adds more items to the stream when the grid view is scrolled to its threshold for loading more items determined by the extentAfterFactor.

Implementation

final void Function() loadMore;