isDarkMode property

bool get isDarkMode

Implementation

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