keyboardHeight property
double
get
keyboardHeight
the current height of the keyboard. if keyboard is closed, the height is 0.0.
Implementation
double get keyboardHeight => _keyboardOptions?.keyboardHeight ?? 0.0;