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