hasSelection property
bool
get
hasSelection
Whether any item is selected. Reactive.
Implementation
bool get hasSelection => selectedCount > 0;
Whether any item is selected. Reactive.
bool get hasSelection => selectedCount > 0;