CustomExpansionTile constructor

const CustomExpansionTile(
  1. String title,
  2. List<Widget> children,
  3. bool initialExpanded, {
  4. Key? key,
})

Implementation

const CustomExpansionTile(this.title, this.children, this.initialExpanded, {super.key});