SyntaxFix
Write A Post
Hire A Developer
Questions
Row( children: <Widget>[ Flexible( child: TextFormField()), Container(width: 20, height: 20), Flexible( child: TextFormField()) ])
This works for me, there are 3 widgets inside row: Flexible, Container, Flexible