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

fix: A RenderFlex overflowed by 10.0 pixels on the right #328

Merged
merged 1 commit into from
Oct 19, 2024

Conversation

LeetaoGoooo
Copy link
Contributor

@LeetaoGoooo LeetaoGoooo commented Oct 19, 2024

fix #325

找个一个解决办法了,现在由于 const SizedBox(width: 10,) 导致 A RenderFlex overflowed by 10.0 pixels on the right,新增一个 leadingWidth 的属性,然后让默认的 leadingWidth 宽度增加 10 就好了,默认是 56,所以这里的宽度设置为 66 ,就可以解决问题了

@Predidit
Copy link
Owner

感谢你的工作

@Predidit Predidit merged commit 2347ea6 into Predidit:main Oct 19, 2024
5 checks passed
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

Successfully merging this pull request may close these issues.

[Bug]: A RenderFlex overflowed by 10.0 pixels on the right.
2 participants