onKeyboardHeightChanged property

void Function(double height)? onKeyboardHeightChanged
final

Callback function invoked when the detected keyboard height changes.

The reported height is the adjusted keyboard height, considering the initial safe area.

Implementation

final void Function(double height)? onKeyboardHeightChanged;