I have a Column widget with two TextField widgets as children and I want to have some space between both of them.
Column
TextField
I already tried mainAxi
mainAxi
You may have to use SizedBox() widget between your column's children. Hope that'll be usefull