onLoadMore property

Future<void> Function()? onLoadMore
final

Called when user scrolls near the end. Provides lazy loading.

Implementation

final Future<void> Function()? onLoadMore;