isDark static method

bool isDark()

Check if the current theme is dark.

Implementation

static bool isDark() {
  return NyThemeManager.instance.isDark;
}