SectionCard constructor
const
SectionCard({})
Implementation
const SectionCard({
super.key,
this.header,
this.title,
this.subtitle,
this.marker = SuperMarker.identity,
this.accentColor,
this.icon,
this.headerTrailing,
required this.child,
this.padding,
this.collapsible = false,
this.initiallyExpanded = true,
});