解决Flutter底部导航栏超过三个item不显示的问题
For 4 or more items, set the type
to fixed.
bottomNavigationBar: BottomNavigationBar( type: BottomNavigationBarType.fixed, // This is all you need! items: // ..., )
解决Flutter底部导航栏超过三个item不显示的问题
For 4 or more items, set the type
to fixed.
bottomNavigationBar: BottomNavigationBar( type: BottomNavigationBarType.fixed, // This is all you need! items: // ..., )