darkThemes property

List<BaseThemeConfig> get darkThemes

Get all dark themes.

Implementation

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