📜  键盘打开时 dart 输入字段溢出 - Dart 代码示例

📅  最后修改于: 2022-03-11 14:48:09.348000             🧑  作者: Mango

代码示例1
Scaffold(
  resizeToAvoidBottomInset: false,  // to keep the size, when opening the keyboard
  // body: ...
)