ExpandableSectionContainerInfo constructor
ExpandableSectionContainerInfo({})
Implementation
ExpandableSectionContainerInfo(
{this.header,
this.content,
this.childDelegate,
required this.listIndex,
required this.sectionRealIndexes,
required this.separated,
required this.controller,
required this.sectionIndex,
required this.sticky,
required this.overlapsContent});