ZetaAccordion constructor
The constructor of the component ZetaAccordion.
Implementation
const ZetaAccordion({
super.key,
super.rounded,
required this.title,
this.child,
this.contained = false,
this.isOpen = false,
});
The constructor of the component ZetaAccordion.
const ZetaAccordion({
super.key,
super.rounded,
required this.title,
this.child,
this.contained = false,
this.isOpen = false,
});