• Adam Barth's avatar
    RenderFlex shouldn't assert when its out of space · 7e474f6d
    Adam Barth authored
    Previously, we would assert with FlexJustifyContent.collapse if we ran out of
    space. Now we do the same thing we do for the other types of justification,
    which is to let the children's layout overflow.
    7e474f6d
flex_test.dart 4.68 KB