ExpandableGroup constructor
ExpandableGroup({})
Implementation
ExpandableGroup({Key? key,
this.isExpanded = false,
required this.header,
required this.items,
this.expandedIcon,
this.collapsedIcon,
this.headerEdgeInsets,
this.headerBackgroundColor})
: super(key: key);