themes property
List<BaseThemeConfig>
get
themes
Get all registered themes.
Implementation
List<BaseThemeConfig> get themes => List.unmodifiable(_themes);
Get all registered themes.
List<BaseThemeConfig> get themes => List.unmodifiable(_themes);