getInputKeyboardHeight method
Implementation
double getInputKeyboardHeight(BuildContext context) {
return _inputKeyboardHeight > 0
? _inputKeyboardHeight
: MediaQuery.viewInsetsOf(context).bottom;
}
double getInputKeyboardHeight(BuildContext context) {
return _inputKeyboardHeight > 0
? _inputKeyboardHeight
: MediaQuery.viewInsetsOf(context).bottom;
}