Align the Popup Menu under its child#125534
Conversation
QuncCccccc
left a comment
There was a problem hiding this comment.
Nice fix. Thanks for the contribution! LGTM:)
| offset = Offset( | ||
| 0.0, | ||
| button.size.height, | ||
| ) + widget.offset; |
There was a problem hiding this comment.
nit: maybe we don't have to break line since it is pretty short:)
There was a problem hiding this comment.
Sure I did it in refactor: Don't break the line
|
@ValentinVignal probably we need to rebase master because Google testing is failing:) |
Done :) |
Thank you! Looks like there are some conflicts in packages/flutter/test/material/popup_menu_test.dart file |
…align-under-the-child # Conflicts: # packages/flutter/test/material/popup_menu_test.dart
|
@QuncCccccc The conflicts are fixed in |
…align-under-the-child
Align the
PopupMenuunder its child.Before:
After:
List which issues are fixed by this PR. You must list at least one issue.
Fixes #125474
If you had to change anything in the flutter/tests repo, include a link to the migration guide as per the breaking change policy.
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.