bottomNavigationItems property

List<BottomNavigationBarItem> bottomNavigationItems
final

A list of BottomNavigationBarItems, that corresponds to the navigator's destination list.

The list must contain the same number of bottom navigation bar items, following with the same order as a destination list specified for the navigator.

Implementation

final List<BottomNavigationBarItem> bottomNavigationItems;