themes property

List<BaseThemeConfig> get themes

Get all registered themes.

Implementation

List<BaseThemeConfig> get themes => List.unmodifiable(_themes);