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

GZXDropdownMenuBuilder中 dropDownWidget问题 #56

Open
Zhuzhua opened this issue Nov 11, 2022 · 2 comments
Open

GZXDropdownMenuBuilder中 dropDownWidget问题 #56

Zhuzhua opened this issue Nov 11, 2022 · 2 comments

Comments

@Zhuzhua
Copy link

Zhuzhua commented Nov 11, 2022

GZXDropdownMenuBuilder(
dropDownHeight: 40 * 8.0,
dropDownWidget: Column(
children: [
Expanded(child: Container()),
Container(height:40),
]
))
当dropDownWidget里边是 Column,子数组为Expanded + 固定高度组件,动画展开的过程中必然会报错。
A RenderFlex overflowed by xx pixels on the bottom

@fqingyang
Copy link

我也碰到了这个问题,请问您是如何解决的

@Zhuzhua
Copy link
Author

Zhuzhua commented Feb 10, 2023 via email

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

2 participants