mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
In long lists this resulted in the dropdown scrolling to the very last item in its list. Now clamping the value at `0.0`. Added a test to verify that the selected item aligns with the button to test the offset. Fixes flutter/flutter#15346