mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
A common pattern is to use a Positioned with a Sized box to give both an offset from the edge as well as a fixed size to the child. This patch rolls into into the Stack layout algorithm for simplicity. Fixes #250