menu
jet_flutter_framework package
documentation
resources/theme/notifiers/theme_switcher_notifier.dart
ThemeSwitcherNotifier
isDark property
isDark property
dark_mode
light_mode
isDark
property
bool
get
isDark
Check if current theme is dark
Implementation
bool get isDark => state == ThemeMode.dark;
jet_flutter_framework package
documentation
resources/theme/notifiers/theme_switcher_notifier
ThemeSwitcherNotifier
isDark property
ThemeSwitcherNotifier class