onLoadMore property
A callback function that is triggered to load more data when the user reaches the end of the list.
Implementation
final Future<void> Function()? onLoadMore;
A callback function that is triggered to load more data when the user reaches the end of the list.
final Future<void> Function()? onLoadMore;