isKeyboardHeightChangedByItself property
bool
get
isKeyboardHeightChangedByItself
Determine whether the keyboard height changes due to the keyboard's own function. For example, the expansion and closing of the keyboard's own search box.
Implementation
bool get isKeyboardHeightChangedByItself =>
_state?.isKeyboardHeightChangedByItself ?? false;