OnKeyboardVisibilityChanged typedef

OnKeyboardVisibilityChanged = void Function(bool isVisible)

Callback function type for keyboard visibility changes.

Called whenever the keyboard visibility state changes, providing a boolean indicating whether the keyboard is visible.

Implementation

typedef OnKeyboardVisibilityChanged = void Function(bool isVisible);