hasMore property

bool hasMore
final

Whether the list has more items that have not yet been retrieved. When true, onLoadMore is called once the user scrolls to the bottom of the list.

If true, onLoadMore must not be null

Defaults to false.

Implementation

final bool hasMore;