ZetaNavigationBar.divided constructor
Creates a ZetaNavigationBar with a divider after the item at the given index.
Implementation
const ZetaNavigationBar.divided({
super.rounded,
super.key,
required this.items,
this.currentIndex,
this.onTap,
this.dividerIndex,
this.semanticLabel,
}) : splitItems = false,
action = null;