AccordionItem constructor
AccordionItem({})
Implementation
AccordionItem(
{Key? key,
this.id,
this.title,
this.child,
this.onChange,
this.checked,
this.indexGroup = 0,
this.onTap,
this.checkColor,
this.itemColor,
this.itemTextStyle,
this.accrodionItemType = AccrodionItemType.Label})
: assert(title != null || child != null),
super(key: key);