ZetaAccordion constructor
The constructor of the component ZetaAccordion.
Implementation
const ZetaAccordion({
super.key,
super.rounded,
this.children,
this.inCard = false,
this.expandMultiple = false,
this.selectMultiple = false,
});
The constructor of the component ZetaAccordion.
const ZetaAccordion({
super.key,
super.rounded,
this.children,
this.inCard = false,
this.expandMultiple = false,
this.selectMultiple = false,
});