pendingCount property
int
get
pendingCount
Number of children not yet complete.
Implementation
int get pendingCount => (expected - completed).clamp(0, expected);
Number of children not yet complete.
int get pendingCount => (expected - completed).clamp(0, expected);