keyboard_detection library

Enums

KeyboardState
State of the keyboard.

Typedefs

KeyboardDetectionCallback = FutureOr<bool> Function(KeyboardState state)
Type of the callback.