isDarkMode property

bool get isDarkMode

Is dark mode

Implementation

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