done property
Indicates whether the entire loading process is considered complete.
Implementation
bool get done => !isEnabled || (loadingSequenceFinished && allItemsFinished);
Indicates whether the entire loading process is considered complete.
bool get done => !isEnabled || (loadingSequenceFinished && allItemsFinished);