ExpandableListTile constructor
const
ExpandableListTile({})
Implementation
const ExpandableListTile({
super.key,
this.leading,
required this.title,
this.subtitle,
this.backgroundColor,
this.onExpansionChanged,
this.children = const <Widget>[],
this.trailing,
this.initiallyExpanded = false,
});