isDarkMode property

bool isDarkMode

Implementation

bool get isDarkMode =>
    MediaQuery.of(this).platformBrightness == Brightness.dark;