ZetaNavigationBar.split constructor
Creates a ZetaNavigationBar and splits the items in half.
Implementation
const ZetaNavigationBar.split({
super.rounded,
super.key,
required this.items,
this.currentIndex,
this.onTap,
this.dividerIndex,
this.semanticLabel,
}) : splitItems = true,
action = null;