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