BottomNavigationBarItem(
icon:Icon(Icons.book),
title:newContainer(),
backgroundColor:Colors.orange
),
title 设置成 new newContainer()
BottomNavigationBarItem(
icon:Icon(Icons.book),
title:newContainer(),
backgroundColor:Colors.orange
),
title 设置成 new newContainer()