mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
https://codereview.chromium.org/1061163002 lost the default value of stretch for align-items on flex boxes. We used to have complicated rules where only flex boxes would default to stretch. Now that we only have flex boxes, we can just make it the default in RenderStyle. R=eseidel@chromium.org Review URL: https://codereview.chromium.org/1076543002