morePaper method

void morePaper()

Implementation

void morePaper() {
  naturalSize = naturalSize * 1.5;
  notifyListeners();
}