AccordionHeaderItem constructor
AccordionHeaderItem({})
Implementation
AccordionHeaderItem(
{this.isOpen,
Key? key,
this.title,
required this.children,
this.child,
this.headerColor,
this.index = 0,
this.headerTextStyle,
this.itemTextStyle,
this.itemColor})
: assert(title != null || child != null),
super(key: key);