menu
moviestar
providers/theme_provider.dart
ThemeModeNotifier
isDarkMode property
isDarkMode
dark_mode
light_mode
isDarkMode
property
bool
get
isDarkMode
Returns true if the current theme is dark mode.
Implementation
bool get isDarkMode => state == ThemeMode.dark;
moviestar
theme_provider
ThemeModeNotifier
isDarkMode property
ThemeModeNotifier class