onLoadMore property
final
Callback function that awaits the retrieval of more data items. Typically used for an API call.
This must be provided if hasMore is true.
Implementation
final Future<void> Function()? onLoadMore;
Callback function that awaits the retrieval of more data items. Typically used for an API call.
This must be provided if hasMore is true.
final Future<void> Function()? onLoadMore;