mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
These widgets were designed in CSS where you need to specify a layout model for your children. This patch updates them to the modern style of just taking a unique child. Fixes #755