-
Notifications
You must be signed in to change notification settings - Fork 114
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
How to Get ExpandablePanel Expanded Status? #100
Comments
controller?.expanded |
i found thanks 🙌 |
@barangungor Can you share it. I would like to know how to get the state of the panel, whether it's expanded or collapsed. Can you share your code if possible. |
@udaykumaruking i used ExpandableController for my ExpandalePanel and i am changing "myController.expanded" to onTap's value. That's the code :
|
@barangungor Thanks, a lot. If possible can you share the repo or entire code. |
@udaykumaruking that's my code but you should revise to use
|
As i wrote on title, i want catch the ExpandablePanel's expand status. Can i catch or how can i catch?
The text was updated successfully, but these errors were encountered: