ZetaNavigationBar constructor
Creates a new ZetaNavigationBar.
Implementation
const ZetaNavigationBar({
super.key,
super.rounded,
required this.items,
this.currentIndex,
this.onTap,
this.splitItems = false,
this.dividerIndex,
this.action,
this.semanticLabel,
}) : assert(
items.length >= 2 && items.length <= 6,
'The number of items should be between 2 and 6',
);