hasSelection property
bool
get
hasSelection
Whether any items are selected.
Implementation
bool get hasSelection => selectedKeys.isNotEmpty;
Whether any items are selected.
bool get hasSelection => selectedKeys.isNotEmpty;