isDark property

bool get isDark

Whether this theme mode is dark

Implementation

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