I have a Text widget where I put some text in (title of games), but some game titles hit the max width of the screen (A RenderFlex overflowed by 77 pixels on the right.
for example). How can I put that the text just continues underneath?
Issue:
I want to have it like this:
|Im a very long title |
|that does not fit. |
EDIT:
The Text
widget is in a Row
Widget which exists in a Column
Widget.