updateValue method

void updateValue(
  1. bool value
)

Implementation

void updateValue(bool value) {
  this.value = value;
  notifyListeners();
}