Container(
child: Row(
children: [
Container(child: TextField()),
Container(child: TextField()),
],
),
)
this code is not working on two Textfield in row.