KeyboardContext extension

provide helper methods related to the on-screen keyboard.

on

Properties

keyboardOpened bool
Checks if the on-screen keyboard is currently open.
no setter

Methods

hideKeyboard() → void
Hides the currently open on-screen keyboard, if any.
showKeyboard(FocusNode focusNode) → void
Opens the on-screen keyboard by focusing on a provided FocusNode.