isKeyboardOpen property
bool
get
isKeyboardOpen
the current state of the keyboard. It is false if keyboard was not open for the first time.
Implementation
bool get isKeyboardOpen => _keyboardOptions?.isKeyboardOpen ?? false;