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