isDark property

bool get isDark

Implementation

bool get isDark {
  return this.themeData.brightness == Brightness.dark;
}