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

Max width parameter doesn't working. #12

Open
spacekestrel opened this issue Mar 18, 2021 · 2 comments
Open

Max width parameter doesn't working. #12

spacekestrel opened this issue Mar 18, 2021 · 2 comments

Comments

@spacekestrel
Copy link

No description provided.

@lbrassfield
Copy link

Any workarounds to this?

@Dartaan
Copy link

Dartaan commented Jan 8, 2024

Same problem. You can download the project, plug it in as a package and fix collapsible_sidebar.dart line 133 tempWidth = widget.maxWidth > 270 ? 270 : widget.maxWidth; to tempWidth = widget.maxWidth for example

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

3 participants