isDarkMode property

bool isDarkMode

Implementation

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