onKeyboardHeightChanged abstract method

void onKeyboardHeightChanged(
  1. double height
)

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);