alnitak / flutter_star_menu

Flutter contextual popup menu with different shapes and multiple ways to fine-tune animation and position
MIT License
51 stars 18 forks source link

add blur sigma parameter to boundarybackgroundparams #10

Closed tksuns12 closed 1 year ago

tksuns12 commented 1 year ago

If blurring the boundary background is possible, making glassmorphic design will be much easier to implement in this awesome package!!

alnitak commented 1 year ago

Hi and thanks for your PR! There is BackgroundParams where you can set the background blur and color, you can also tell to use an animation transition for both of them.

tksuns12 commented 1 year ago

I know there is BackgroundParams but it blurred the whole background of the screen but what I intended to do was just to blur the container in which items are listed linearly.

alnitak commented 1 year ago

Hi @tksuns12, sorry for this long awaiting!!! I forgot this!! Maybe I was very busy at that time :( I like your PR, I merged it.

Thank you

tksuns12 commented 1 year ago

@alnitak Thank you very much!!