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

Expander doesn't size automatically🐛 #523

Closed
sohaibbg opened this issue Sep 10, 2022 · 0 comments · Fixed by #888
Closed

Expander doesn't size automatically🐛 #523

sohaibbg opened this issue Sep 10, 2022 · 0 comments · Fixed by #888
Labels
bug Something isn't working

Comments

@sohaibbg
Copy link

In expander, header property needs to be given an explicit height and does not size based on the height of its children. Same is the case with content. Looking at the implementation, if headerHeight is made an optional nullable parameter (AnimatedContainer) and SizeTransition (the container for content) is enclosed within an Expanded, this should fix the issue.

@bdlukaa bdlukaa linked a pull request Sep 10, 2022 that will close this issue
3 tasks
@bdlukaa bdlukaa added the bug Something isn't working label Sep 17, 2022
@bdlukaa bdlukaa mentioned this issue Jul 17, 2023
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants