allThemes property

List<AppTheme> allThemes

Returns the list of all themes.

Implementation

List<AppTheme> get allThemes =>
    _appThemeIds.map<AppTheme>((id) => _appThemes[id]!).toList();