flutter_collapsible_sidebar icon indicating copy to clipboard operation
flutter_collapsible_sidebar copied to clipboard

close CollapsibleSidebar menu issue?

Open DipakSkywave opened this issue 4 years ago • 1 comments

@RyuuKenshi how to close the CollapsibleSidebar menu on click on the title?

DipakSkywave avatar Jan 09 '21 05:01 DipakSkywave

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.

DrunkOnBytes avatar Sep 01 '21 14:09 DrunkOnBytes