Hi guys!
I couldn't find a similar question, sorry if I missed it.
I have a Row with arrangement SpaceBetween. One item is a Text which in some languages is getting soft wrapped. When that happens, it adds a lot of "padding" on the right side of the text.
If I use
IntrinsicSize.Min
width, then it looks good, but then on languages it shouldn't wrap, it is doing so.
Any idea how I can make it work for all languages? Check the image which shows the Text and its bounds.