onLoadMore property
Callback that will be called when the user scrolls to the bottom of the list.
Implementation
final Future<void> Function()? onLoadMore;
Callback that will be called when the user scrolls to the bottom of the list.
final Future<void> Function()? onLoadMore;