availableThemes property
Returns a list of all available theme names.
Includes built-in themes ('light', 'dark') and any custom themes created with createTheme.
Implementation
static List<String> get availableThemes => _instance._themes.keys.toList();