简体   繁体   English

如何更改 Flutter 中的 BottomNavigationBarItem 的 splashRadius

[英]How to change the splashRadius of a BottomNavigationBarItem in Flutter

I am trying to change de splashRadius of a BottomNavigationBarItem in Flutter as if it was an IconButton but there isn't a variable that woks as splashRadius.我正在尝试更改 Flutter 中的 BottomNavigationBarItem 的 de splashRadius,就好像它是一个 IconButton 但没有一个变量可以用作 splashRadius。 Any help?有什么帮助吗?

You have some styling options in the bar itself , but I don't think it has an option for what I think is a splashRadius.您在栏本身中有一些样式选项,但我认为它没有我认为是 splashRadius 的选项。 If not, you'll probably have to create a bottom navigationbar yourself.如果没有,您可能必须自己创建一个底部导航栏。 (You can take a look at different packages to see how they do it) (你可以看看不同的包,看看他们是怎么做的)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 选择时如何更改 BottomNavigationBarItem 图标,Flutter - How to change BottomNavigationBarItem icon when selected, Flutter 如何更改 BottomNavigationBarItem Flutter 标签中的 Fontfamily? - how to change Fontfamily in BottomNavigationBarItem Flutter label? 如何更改“BottomNavigationBarItem”中的默认图标 flutter - How can I change this default Icon in "BottomNavigationBarItem" flutter 如何在 Flutter 的 BottomNavigationBarItem 中更改标签的颜色? - How do i change the label's color in a BottomNavigationBarItem in Flutter? 如何在 Flutter 中为 BottomNavigationBarItem 添加徽章? - How to add badge to BottomNavigationBarItem in Flutter? Flutter:如何翻译 BottomNavigationBarItem 上的选项卡 - Flutter: how to translate tabs on BottomNavigationBarItem 如何在 flutter 的 BottomNavigationBarItem 中设置 BackGroundColor? - How to set BackGroundColor in BottomNavigationBarItem in flutter? Flutter - 如何隐藏/删除 BottomNavigationBarItem 的标题 - Flutter - How to hide/remove title of BottomNavigationBarItem Flutter - 如何将 TextStyle 添加到 BottomNavigationBarItem 中的标签? - Flutter - How to add TextStyle to label in BottomNavigationBarItem? flutter 中的 BottomNavigationBarItem 背景颜色 - BottomNavigationBarItem background color in flutter
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM