changePlusW method

void changePlusW()

Implementation

void changePlusW() {
  _width = _width + 1;
  notifyListeners();
}