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