mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
`appleDefault` method didn't include setting values for non-null (here `isCollapsed`) parameters initially, which has been updated and documented in this commit. Existing and new tests are passing. Fixes #133144