mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
When laying out positioned children inside a stack, we should give them unbounded constraints because if they draw outside of the stack, we'll just clip them.