isKeyboardVisible property
bool
get
isKeyboardVisible
Returns true if the software keyboard is currently visible.
Implementation
bool get isKeyboardVisible => MediaQuery.of(this).viewInsets.bottom > 0;
Returns true if the software keyboard is currently visible.
bool get isKeyboardVisible => MediaQuery.of(this).viewInsets.bottom > 0;