Context menu best practice

Widgets & Design

I am using a custom alert component to display a context menu. Within the context menu the user may click on "edit item" which is supposed to close the context menu and open a custom alert that contains the "edit item" component. My idea is to send a "click" callback from the "context menu" component that then triggers the "edit item" alert. Turns out this is not possible.

Are there any best practices on how to handle these kinds of context menu operations?

Thanks

What have you tried so far?

callbacks that call callbacks which also did not work

Did you check FlutterFlow's Documentation for this topic?
No
2