onLoadMore property
Called to asynchronously load more content when scrolling approaches the loading boundary.
Typically used to implement infinite scrolling. This callback should initiate an asynchronous task (e.g., network request), and once completed, new data should be appended to the existing list.
Implementation
final AsyncCallback onLoadMore;