isDarkTheme property

bool get isDarkTheme

Implementation

bool get isDarkTheme {
  return MediaQuery.of(this).platformBrightness == Brightness.dark;
}