decreaseContainerSize method

void decreaseContainerSize()

Implementation

void decreaseContainerSize() {
  textFieldFilled = textFieldFilled - 1;
  notifyListeners();
}