I have a Column with a set of Expanded widgets.
Is there a way to control the range in which they expand? I want one widget to expand only to a certain size and make
When using ConstrainedBox in Rows my minWidth is ignored and the maxWidth is used as a fixed size.