AccordionItemState constructor
AccordionItemState({})
Implementation
AccordionItemState({
required this.index,
required this.isExpanded,
required this.expandAnimation,
required this.iconAnimation,
});
AccordionItemState({
required this.index,
required this.isExpanded,
required this.expandAnimation,
required this.iconAnimation,
});