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,
this.useSafeArea = true,
}) : splitItems = true,
action = null,
shrinkItems = true;