isDark property

bool get isDark

Whether this theme mode forces dark mode.

Implementation

bool get isDark => this == ThemeMode.dark;