isDark method

bool isDark()

Implementation

bool isDark() =>
    themeMode.value == ThemeMode.dark ||
    (themeMode.value == ThemeMode.system && isPlatformDark());