在使用输入框获取焦点,弹出键盘的时候,会导致屏幕溢出,
return Scaffold(
appBar: AppBar(
title: Text('测试'),
centerTitle: true,
),
resizeToAvoidBottomInset: false, //输入框抵住键盘 内容不随键盘滚动
)
THE END
在使用输入框获取焦点,弹出键盘的时候,会导致屏幕溢出,
return Scaffold(
appBar: AppBar(
title: Text('测试'),
centerTitle: true,
),
resizeToAvoidBottomInset: false, //输入框抵住键盘 内容不随键盘滚动
)