ExpansionCard constructor
const
ExpansionCard({})
Implementation
const ExpansionCard({
super.key,
required this.title,
this.subtitle,
this.icon,
required this.children,
this.initiallyExpanded = false,
this.onExpansionChanged,
});