提交 7ff31a4b authored 作者: shixiaochen's avatar shixiaochen

1、优化Android键盘隐藏

上级 c92b22f2
...@@ -65,12 +65,6 @@ class MyScrollView extends StatelessWidget { ...@@ -65,12 +65,6 @@ class MyScrollView extends StatelessWidget {
controller: controller, controller: controller,
child: contents, child: contents,
); );
if (keyboardConfig != null) {
contents = KeyboardActions(
config: keyboardConfig!,
tapOutsideBehavior: TapOutsideBehavior.opaqueDismiss,
child: contents);
}
} }
if (bottomButton != null) { if (bottomButton != null) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论