isDarkMode property

bool get isDarkMode

深色模式

Implementation

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