isDarkMode property

bool get isDarkMode

If the ThemeMode is dark.

Implementation

bool get isDarkMode => colors.brightness == Brightness.dark;