isDarkMode property

bool isDarkMode

Implementation

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