onKeyboardHeightChanged abstract method
Abstract method to be implemented by the consuming State.
Called when the keyboard height changes (after debouncing).
The provided height
is adjusted for the initial bottom safe area.
Implementation
void onKeyboardHeightChanged(double height);