Converts a string key to its display label.
String getLabelFromKey(String key) => _themeConfigs[fromKey(key)]?.label ?? 'System Mode';