isDarkTheme property

bool get isDarkTheme

Implementation

bool get isDarkTheme => settings.theme == ThemeMode.dark;