Flutter: How to add a widget on the left, and another one in the centre of a row

I want to align a Text widget to the centre of a row, and I also want a Button widget on the left, on the same row. The text widget is surrounded with an expanded widget so that it takes up the rest of the space left by the button. Below is what I currently… Read More Flutter: How to add a widget on the left, and another one in the centre of a row