查看源码发现,BottomNavigationBarType的type在默认情况下item小于等于3个的时候是fixed,大于3个type是shifting。
因此,设置BottomNavigationBarType为fixed即可。
BottomNavigationBar( type: BottomNavigationBarType.fixed, items: [...] )