KeyboardStateCallback typedef

KeyboardStateCallback = void Function(bool state)

KeyboardStateCallback is the callback of the soft keyboard display state.

The state is soft keyboard display state, if true, it means display.

Implementation

typedef KeyboardStateCallback = void Function(bool state);