isDarkMode property

bool get isDarkMode

Check if current theme is dark

Implementation

bool get isDarkMode => read(isDarkThemeProvider);