isDark static method
Check if the current theme is dark.
Implementation
static bool isDark(BuildContext context) {
return NyThemeManager.instance.isDark;
}
Check if the current theme is dark.
static bool isDark(BuildContext context) {
return NyThemeManager.instance.isDark;
}