setTheme method

void setTheme(
  1. bool isDark
)

Implementation

void setTheme(bool isDark) {
  isDarkMode.value = isDark;
}