isLoading property

bool isLoading
final

Indicates if new items are currently being loaded.

While set to true, the onFetchData callback will not be triggered and the loadingBuilder will be rendered.

Is set to false by default and cannot be null.

Implementation

final bool isLoading;