Converts a ThemeMode to its display label.
String getLabel(ThemeMode mode) => _themeConfigs[mode]?.label ?? 'System Mode';