Add scrollPadding property to DropdownMenuFormField - #184059
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds the scrollPadding property to DropdownMenuFormField, forwarding it to the underlying DropdownMenu widget. This change aligns the form field variant with the base widget. A corresponding test has been added to verify that the property is passed correctly, checking both the default and a custom value.
|
Hi @dkwingsmt the PR seems to be stuck on google testing...anything i should do? |
|
autosubmit label was removed for flutter/flutter/184059, because - The status or check suite Windows build_tests_3_9 has failed. Please fix the issues identified (or deflake) before re-applying this label. |
|
Thanks for your contribution! This PR has reached completion, however we're not able to merge this PR for the moment due to the Material/Cupertino code freeze (#184093). As soon as the decoupling is complete, we will post a way to port this PR to the new packages to land. In the meantime, I'll convert this PR to a draft and apply a label so that we can quickly find it when the freeze is lifted. |
|
This pull request has been changed to a draft. The currently pending flutter-gold status will not be able to resolve until a new commit is pushed or the change is marked ready for review again. For more guidance, visit Writing a golden file test for Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
|
I've marked this PR as not ready to port to flutter/packages yet. |
Follow-up to #183109, which added
scrollPaddingtoDropdownMenu.DropdownMenuFormFieldwrapsDropdownMenubut did not forward thescrollPaddingparameter. This PR adds it for consistency.Related Issues
Completes #182890
Pre-launch Checklist
///).