• Adam Barth's avatar
    Change the definition of MainAxisSize (#5931) · e04135e9
    Adam Barth authored
    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.
    e04135e9
flex_test.dart 10.7 KB