allItemsFinished property
Indicates whether all individual LoaderItems have completed loading (either successfully or with an error).
Implementation
bool get allItemsFinished => _items.every((item) => item.completedOrFailed);
Indicates whether all individual LoaderItems have completed loading (either successfully or with an error).
bool get allItemsFinished => _items.every((item) => item.completedOrFailed);