mirror of
https://github.com/flutter/flutter.git
synced 2026-01-19 20:22:03 +08:00
This PR changes the example app into a custom scrollview with three slivers. The middle sliver has a nested scrollview of height 300 and only this nested sliver can trigger the refresh indicator. Fixes https://github.com/flutter/flutter/issues/116237.