isKeyboardOpen property
bool
get
isKeyboardOpen
Implementation
bool get isKeyboardOpen => MediaQuery.of(this).viewInsets.bottom != 0;
bool get isKeyboardOpen => MediaQuery.of(this).viewInsets.bottom != 0;