change method

void change()

Implementation

void change() {
  value = !value;
  notifyListeners();
}