flutter:使用 svg 来实现持久的导航栏项目

问题描述 投票:0回答:1

列表_navbarItems = [ 持久底部导航栏项目( 图标:SvgPicture.asset( '图片/sofa_home.svg', 宽度:22, ), activeColorPrimary:ColorsConst.yellow, 标题:“家”, inactiveColorPrimary:ColorsConst.blueThree, ), 持久底部导航栏项目( 图标:SvgPicture.asset( '图片/sofa_search.svg', 宽度:22, ), activeColorPrimary:ColorsConst.yellow, inactiveColorPrimary:ColorsConst.blueThree, 标题:“浏览”), 持久底部导航栏项目( 图标:SvgPicture.asset( '图片/sofa_profile.svg', 宽度:22, ), activeColorPrimary:ColorsConst.yellow, inactiveColorPrimary:ColorsConst.blueThree, 标题:'帐户'), ];

svg 图片采用默认颜色,活动和非活动颜色不影响 svg 图片

flutter svg colors bottomnavigationview persistent
1个回答
0
投票

您可以检查这个已关闭的问题:https://github.com/BilalShahid13/PersistentBottomNavBar/issues/62

© www.soinside.com 2019 - 2024. All rights reserved.