lightThemes property

List<BaseThemeConfig> get lightThemes

Get all light themes.

Implementation

List<BaseThemeConfig> get lightThemes =>
    _themes.where((theme) => theme.type == NyThemeType.light).toList();