updateHeight method

void updateHeight(
  1. double newValue
)

Implementation

void updateHeight(double newValue) {
  _state.height = newValue.toDouble();
  notifyListeners();
}