nyIsDark property
bool
get
nyIsDark
Check if current theme is dark.
Implementation
bool get nyIsDark => NyThemeManager.instance.isDark;
Check if current theme is dark.
bool get nyIsDark => NyThemeManager.instance.isDark;