rasitayaz / flutter-pie-menu

A Flutter package providing a highly customizable circular/radial context menu
https://rasitayaz.github.io/flutter-pie-menu/
MIT License
33 stars 18 forks source link

How to disable child fade out when pressing menu widget #25

Closed xetra11 closed 1 year ago

xetra11 commented 1 year ago

I have the PieCanvas wrapping a whole page and at the PieMenu section for the child I wrap the actual menu button. However as soon as the button is pressed the whole wrapped menu disappears and only the radial PieActions become visible. How can I disable the disappearance of the wrapped elements or is there a way to make the PieActions float over the underlying elements?

rasitayaz commented 1 year ago

i'm not sure i understand the issue, can you share a screenshot of the page with menu both visible and hidden for demonstration?