customThemes property
The list of custom themes in the app
Implementation
List<ZetaCustomTheme> get customThemes => _customThemes.values.toList();
The list of custom themes in the app
List<ZetaCustomTheme> get customThemes => _customThemes.values.toList();