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
1、BUG 描述
BrnVerticalIconButton 设置图标大小后显示错位
2、复现步骤
BrnVerticalIconButton( name: '更多', iconWidget: const Icon( Icons.home, color: Colors.orange, size: 50, ), onTap: () { BrnToast.show('更多按钮被点击', context); })
3、期望行为 图标和文字不要重叠
The text was updated successfully, but these errors were encountered:
是不是因为图片设置太大了
Sorry, something went wrong.
这个不能自适应吗? 文字始终保持在底部居中显示
感谢反馈,我们会与近期修复该问题
No branches or pull requests
1、BUG 描述
BrnVerticalIconButton 设置图标大小后显示错位
2、复现步骤
3、期望行为
图标和文字不要重叠
The text was updated successfully, but these errors were encountered: