First, I would always add the maxLines: 1
property to the Text
widget in this kind of layouts.
Then…
If you can, try removing the
Row
widget.If you can’t remove the
Row
widget, wrap theRow
widget with theExpanded
widget around.
CLICK HERE to find out more related problems solutions.