isKeySelected method
Checks if a key is currently selected.
Implementation
bool isKeySelected(K key) {
return _selectedKeys.contains(key);
}
Checks if a key is currently selected.
bool isKeySelected(K key) {
return _selectedKeys.contains(key);
}