onKeyboardShow method

void onKeyboardShow()

Implementation

void onKeyboardShow() {
  // 键盘显示时的处理
  Logger.log('键盘显示,高度: $keyboardHeight');
}