[Flutter] 弹出的键盘出现BOTTOM OVERFLOWED BY 267 PIXELS
解决方法:使用SingleChildScrollView包裹住
body: SingleChildScrollView( child: Center( child: Container( height: 800, width: 400, child: DefaultTextStyle( ...
解决方法:使用SingleChildScrollView包裹住
body: SingleChildScrollView( child: Center( child: Container( height: 800, width: 400, child: DefaultTextStyle( ...