mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The spec forbids persistent bottom sheets from overlapping the app bar. There are also some fancy scroll-linked effects that we're supposed to do with persistent bottom sheets, but those will need to wait for another patch. Fixes #5143