我是新来的扑扑。我正在尝试实现此用户界面
我还没有找到任何完整的解决方案来在flutter中创建透明的底部导航栏。
我尝试使用
BottomNavigationBarItem(
backgroundColor: Colors.transparent,
icon: e,
activeIcon: _activeIcons[_index],
title: Text(
title[_index],
style: AppStyle.tabBarItem,
),
)
Run Code Online (Sandbox Code Playgroud)
但这似乎不起作用。请帮忙。