SectionTile constructor

const SectionTile({
  1. Key? key,
  2. required ListSection section,
  3. bool initiallyExpanded = true,
})

Implementation

const SectionTile(
    {Key? key, required this.section, this.initiallyExpanded = true})
    : super(key: key);