SIGN IN SIGN UP

Prevent dropdown menu's scroll offset from going negative (#22235)

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
M
Michael Klimushyn committed
020fd590b032c403b82688933e67474215b1debc
Parent: 63f2fb9
Committed by GitHub <noreply@github.com> on 9/26/2018, 9:28:26 PM