简体   繁体   中英

BottomNavigatorBar with 5 items icons : equal space/width (Flutter/Dart)

How to have equal width/space between 5 icons in a BottomNavigationBar

To have equal width between icons, we have to set the type of BottomNavigationBar:

type: BottomNavigationBarType.fixed

It will be set automatically to BottomNavigationBarType.shifting if there is more than 3 items

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM