menu
theme_config package
documentation
helpers/extensions.dart
ThemeModeX
isDark property
isDark property
dark_mode
light_mode
isDark
property
bool
get
isDark
Whether this theme mode is dark
Implementation
bool get isDark => this == ThemeMode.dark;
theme_config package
documentation
helpers/extensions
ThemeModeX
isDark property
ThemeModeX extension on
ThemeMode