isSomeSelected property
bool
get
isSomeSelected
Whether some (but not all) items are selected.
Implementation
bool get isSomeSelected => hasSelection && !isAllSelected;
Whether some (but not all) items are selected.
bool get isSomeSelected => hasSelection && !isAllSelected;