mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This property now applies only to the free space in the flex layout (i.e., minimize or maximize the amount of free space). Previously, the flexible children were always allocated a size of zero when MainAxisSize was min. Now they're allocated the same size that would be if the MainAxisSize was max.