ExpandableListTileButton constructor
const
ExpandableListTileButton({})
Creates an ExpandableListTileButton with the given properties.
Implementation
const ExpandableListTileButton({
super.key,
required this.expanded,
this.title,
this.subtitle,
this.backgroundColor,
this.expandedColor,
this.iconColor,
this.trailingIconColor,
this.borderColor,
this.elevation = 4.0,
this.leading,
this.icon,
this.customHeader,
});