onLoadMore property

(Future<void> Function()?) onLoadMore
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;