menu
ids_flutter package
documentation
theme/ids_theme.dart
IdsTheme
isDark property
isDark property
dark_mode
light_mode
isDark
property
bool
get
isDark
Implementation
bool get isDark => mode == IdsMode.dark;
ids_flutter package
documentation
theme/ids_theme
IdsTheme
isDark property
IdsTheme class