ExpandableSectionContainer constructor

ExpandableSectionContainer({
  1. Key? key,
  2. required ExpandableSectionContainerInfo info,
})

Implementation

ExpandableSectionContainer({
  Key? key,
  required this.info,
}) : super(key: key, children: [info.content!, info.header!]);