ExpandableSectionContainerInfo constructor

ExpandableSectionContainerInfo(
  1. {Widget? header,
  2. Widget? content,
  3. SliverChildBuilderDelegate? childDelegate,
  4. required int listIndex,
  5. required List<int> sectionRealIndexes,
  6. required bool separated,
  7. required ExpandableListController controller,
  8. required int sectionIndex,
  9. required bool sticky,
  10. required bool overlapsContent}
)

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});