Expander constructor
const
Expander({})
Implementation
const Expander({
required this.header,
required this.child,
this.initiallyExpanded = false,
this.onExpansionChanged,
this.leading,
this.showIcon = true,
this.contentPadding,
this.maintainState = true,
super.key,
});