flutter_collapsible_sidebar
flutter_collapsible_sidebar copied to clipboard
close CollapsibleSidebar menu issue?
@RyuuKenshi how to close the CollapsibleSidebar menu on click on the title?
Hi @DipakSkywave, as of now you cannot do that as the variable which controls the collapsibility is private.
You can only initialize it as you like using the isCollapsed parameter. To collapse or expand the sidebar you have to use the toggle button at the bottom.