
BottomNavigationBar 超过3个之后不显示(显示白色)?

官网文档解释:
The bottom navigation bar’s type changes how its items are displayed. If not specified it’s automatically set to BottomNavigationBarType.fixed when there are less than four items, BottomNavigationBarType.shifting otherwise.
加一个type属性:
type: BottomNavigationBarType.fixed,