isDarkMode property

bool isDarkMode

Returns true if the ThemeMode is dark. This does not apply when you're using system as ThemeMode

Implementation

bool get isDarkMode => _selectedThemeMode == ThemeMode.dark;