toggleTheme method

void toggleTheme()

Implementation

void toggleTheme() {
  state = !state;
}