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