Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to dismiss starmenucontroller and show another pop up #27

Open
guptavirendra opened this issue Nov 27, 2024 · 2 comments
Open

Need to dismiss starmenucontroller and show another pop up #27

guptavirendra opened this issue Nov 27, 2024 · 2 comments

Comments

@guptavirendra
Copy link

Hi, I want to show another pop up when we select any row in star controller

@alnitak
Copy link
Owner

alnitak commented Nov 27, 2024

I think you need to grab the onItemTapped in your current StarMenu and inside it close the current and open the other:

onItemTapped: (index, controller) {
  controller.closeMenu!();

  controller2.openMenu!();
}

@guptavirendra
Copy link
Author

guptavirendra commented Nov 27, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants