I have text in a row that is overflowing and it will not clip properly. Below is a simple hierarchy of my Widget with notes.
ListView
ListItem1
...
ListItemN
Padding
Row // mainAxisAlignment.spaceBetween
Row
IconWidget
Container
Padding
Image // 64px square
TitleWidget // overflowing but not clipping
Text // TextOverflow.fade
ScoreWidget
Container // boxDecoration, color & borderRadius
Padding
Text
I have tried wrapping TitleWidget
in Expanded
, Flexible
, and OverflowBox
and I keep getting infinite length errors. Here is a photo of the rendered content.