I have a Column of Expanded widgets like this:
return new Container( child: new Column( crossAxisAlignment: CrossAxisAlignment.stretch,
Depending on the use case you could also consider using a listview. That would ensure that the contents scroll when there is not enough room. As an example, you can look at the textfield demo in the gallery app