setInputKeyboardHeight method

void setInputKeyboardHeight(
  1. double height
)

Implementation

void setInputKeyboardHeight(double height) {
  if (height > _inputKeyboardHeight) {
    _inputKeyboardHeight = height;
  }
}