changeMinusW method

void changeMinusW()

Implementation

void changeMinusW() {
  _width = _width - 1;
  notifyListeners();
}