items property

List<BottomNavyBarItem> items
final

Defines the appearance of the buttons that are displayed in the bottom navigation bar. This should have at least two items and five at most.

Implementation

final List<BottomNavyBarItem> items;