isDark property
bool
get
isDark
Whether this theme mode forces dark mode.
Implementation
bool get isDark => this == ThemeMode.dark;
Whether this theme mode forces dark mode.
bool get isDark => this == ThemeMode.dark;