Flutter – Column forces its children's height to be max and I cant center a widget vertically because of that. How do i change it?
I have a column in which there is textField in the bottom and a Expanded widget taking up the rest of the vertical space above. I want to center a widget inside this expanded that has its own size determined…