onLoadMore property
final
Called when user scrolls near the end. Provides lazy loading.
Implementation
final Future<void> Function()? onLoadMore;
Called when user scrolls near the end. Provides lazy loading.
final Future<void> Function()? onLoadMore;