When the keyboard appears, the Flutter widgets resize. How to prevent this?
I have a Column of Expanded widgets like this: return new Container( child: new Column( crossAxisAlignment: CrossAxisAlignment.stretch, children: <Widget>[ new Expanded( flex: 1, … Read more