Flutter – Taking all the real remaining space in a row
I want to create a Row in Flutter with an avatar and some text. Currently, text is taking all remaining space horizontally with Expanded. I want to get rid of spacing on the left in the following example. Note: Blue…