return Scaffold(
appBar: AppBar(
elevation: 0.0,
title: new Text(“登陆”),
),
resizeToAvoidBottomPadding: false, //输入框抵住键盘
);
return Scaffold(
appBar: AppBar(
elevation: 0.0,
title: new Text(“登陆”),
),
resizeToAvoidBottomPadding: false, //输入框抵住键盘
);