You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since closing the drawer is possible with both: drawer.close() , gesture and backdrop tap it just seems logical that there would be a boolean property isOpened in order to be able to track the state of the drawer.
I looked almost everywhere and just can find a work around, am I missing something here?
edit:
I am having a burger menu button that changes icon based on the state of the drawer.
Make sure to check the demo app(s) for sample usage
Make sure to check the existing issues in this repository
The text was updated successfully, but these errors were encountered:
Since closing the drawer is possible with both:
drawer.close()
, gesture and backdrop tap it just seems logical that there would be a boolean propertyisOpened
in order to be able to track the state of the drawer.I looked almost everywhere and just can find a work around, am I missing something here?
I am having a burger menu button that changes icon based on the state of the drawer.
The text was updated successfully, but these errors were encountered: