We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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( 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
The text was updated successfully, but these errors were encountered:
我也碰到了这个问题,请问您是如何解决的
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: