items property

List<BottomNavigationItem> items
final

The items displayed by this widget. There must be at least 2 items in the list.

See also:

  • BottomNavigationItem, the items used on this bottom navigation

Implementation

final List<BottomNavigationItem> items;