isDarkMode property

bool isDarkMode

Implementation

bool get isDarkMode {
  return Theme.of(this).brightness == Brightness.dark;
}