keyboardHeight property

double get keyboardHeight

The keyboard height. This value may be 0 when the keyboard height has never been recorded.

Implementation

double get keyboardHeight => _state?.currentNativeKeyboardHeight ?? 0;