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

BrnVerticalIconButton 设置图标大小后显示错位 #436

Open
ltybenet opened this issue Apr 2, 2023 · 3 comments
Open

BrnVerticalIconButton 设置图标大小后显示错位 #436

ltybenet opened this issue Apr 2, 2023 · 3 comments

Comments

@ltybenet
Copy link

ltybenet commented Apr 2, 2023

1、BUG 描述

BrnVerticalIconButton 设置图标大小后显示错位

2、复现步骤

BrnVerticalIconButton(
                  name: '更多',
                  iconWidget: const Icon(
                    Icons.home,
                    color: Colors.orange,
                    size: 50,
                  ),
                  onTap: () {
                    BrnToast.show('更多按钮被点击', context);
                  })

截图

3、期望行为
图标和文字不要重叠

@xyhuangjia
Copy link
Contributor

是不是因为图片设置太大了

@ltybenet
Copy link
Author

ltybenet commented Apr 4, 2023

是不是因为图片设置太大了

这个不能自适应吗?
文字始终保持在底部居中显示

@zhoujuanjuan
Copy link
Collaborator

感谢反馈,我们会与近期修复该问题

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

3 participants