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