change method

void change(
  1. double a
)

Implementation

void change(double a) {
  keyboardHeight = a;
  notifyListeners();
}