ZetaAccordionItem.navigation constructor
Constructs a navigation ZetaAccordionItem.
Implementation
const ZetaAccordionItem.navigation({
required this.title,
this.child,
this.onTap,
this.header,
super.key,
super.rounded,
}) : isNavigation = true,
isSelected = false,
isExpanded = false,
expandSemanticLabel = '',
collapseSemanticLabel = '',
isSelectable = false;