isDark method

bool isDark()

Checks if the current appearance is dark mode.

Implementation

bool isDark() => appearanceNotifier.value == Appearance.dark;