在使用輸入框獲取焦點,彈出鍵盤的時候,會致使屏幕溢出,app
解決辦法:spa
resizeToAvoidBottomPadding: false, //輸入框抵住鍵盤
return Scaffold( appBar: AppBar( title: new Text("首頁"), ), resizeToAvoidBottomPadding: false, //輸入框抵住鍵盤 內容不隨鍵盤滾動 );