Specific min and max size for expanded widgets in Column

后端 未结 3 1006
闹比i
闹比i 2021-01-11 22:21

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

3条回答
  •  [愿得一人]
    2021-01-11 23:03

    When using ConstrainedBox in Rows my minWidth is ignored and the maxWidth is used as a fixed size.

提交回复
热议问题