Flutter – How to make Container wrap to text while Expanded to Row, and fit it's own width?
This is a weired Layout issue I recently occured. I have tried many different ways to construct all fails. Here is what I want: In a row; the text should expand to the row; the text has a Container as…