isDarkMode method

bool isDarkMode()

Check if the current theme is dark mode

Implementation

bool isDarkMode() {
  return state == _darkTheme;
}