increaseContainerSize method

void increaseContainerSize()

Implementation

void increaseContainerSize() {
  textFieldFilled = textFieldFilled + 1;
  notifyListeners();
}