loadMore property
void Function()
loadMore
final
A function which adds more items to the stream when the list view is scrolled to its threshold for loading more items determined by the extentAfterFactor.
Implementation
final void Function() loadMore;