navItems property

List<Widget> navItems
final

Menu items to display in the header.

If more than 6 items are provided, only the first 6 will be displayed.

Expects ZetaButton or ZetaDropdown widgets.

Implementation

final List<Widget> navItems;