How to get Containers to fill available vertical space in a Row?
问题 can anyone help me out? I'm struggling to figure out how I can get the coloured containers to extend to match the height of the tallest one in their row. Currently they have no fixed height/width and are wrapped in Expanded widgets to get their dynamic size. I'd like to keep their responsive sizes if possible. I already have a method in place to switch to a Column instead of a Row once the screen is small enough. Once in a Column I can use width: double.infinity because there is no horizontal