Flutter-BottomNavigatorBar
Flutter-BottomNavigatorBar
KahviaottomNavigatorBar 是 Scaffold 组件中的,底部的导航栏。
BottomNavigatorBar
- items:BottomNavigatorBarItem()
- label:标签名称
- icon:图标
- backgroundColor:背景颜色,在 BottomNavigatorBar 的type设置为BottomNavigationBarType.shifting时生效
- currentIndex:当前选项卡的索引,当前选项卡会高亮
- backgroundColor:导航栏背景图片
- elevation:阴影
- fixedColor:选中的 item 字体颜色和图标颜色
- onTap:点击选项时触发的函数,需要传入 index (点击选项的索引),(index){xxx},用于更新当前索引