onKeyboardVisibilityChanged property

OnKeyboardVisibilityChanged? onKeyboardVisibilityChanged
final

Optional callback that fires when keyboard visibility changes.

Called with true when the keyboard becomes visible and false when it is dismissed. This allows the app to respond to keyboard visibility changes, such as adjusting UI elements or notifying other systems.

Implementation

final OnKeyboardVisibilityChanged? onKeyboardVisibilityChanged;