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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: