huextrat / menu_button

Flutter plugin to display a popup menu button widget with handsome design and easy to use.
https://pub.dev/packages/menu_button
MIT License
65 stars 23 forks source link

How to adjust the offset of the dropdown? #25

Open pedrolemoz opened 3 years ago

pedrolemoz commented 3 years ago

Hi! I want to achive this particular design, where the dropdown is bellow the button (in this case, a text form field). I've implemented this dropdown by using OverlayEntry and Positioned, but i'm looking for something better, and I found your package quite interesting to use.

image

Can you tell me how do I achive this?

ranamajaida commented 3 years ago

+1

momshaddinury commented 2 years ago

Any update on this? I am looking for the same thing

pedrolemoz commented 2 years ago

I made a pull request implementing this design.

https://github.com/huextrat/menu_button/pull/29

@huextrat