changePlusH method

void changePlusH()

Implementation

void changePlusH() {
  _height = _height + 1;
  notifyListeners();
}