navMenuItemList property

List<SimpleNavItemModel> navMenuItemList
final

The list of Menu Items to display, each is a SimpleNavItemModel type. The current limit is 10, but you probably shouldn't use more than 6 on a mobile fone, it won't look very good, but all depends on the screen size and the size of the menu's title.

Implementation

final List<SimpleNavItemModel> navMenuItemList;