isDark method
Checks if the current appearance is dark mode.
Implementation
bool isDark() => appearanceNotifier.value == Appearance.dark;
Checks if the current appearance is dark mode.
bool isDark() => appearanceNotifier.value == Appearance.dark;