menu
nylo_framework package
documentation
theme/helper/ny_theme.dart
NyTheme
isDark static method
isDark static method
dark_mode
light_mode
isDark
static method
bool
isDark
(
)
Check if the current theme is dark.
Implementation
static bool isDark() { return NyThemeManager.instance.isDark; }
nylo_framework package
documentation
theme/helper/ny_theme
NyTheme
isDark static method
NyTheme class