SectionProps constructor
const
SectionProps({})
Implementation
const SectionProps({
this.header,
this.headerComponent,
required this.children,
this.showDivider = false,
this.padding,
this.gap,
this.card = false,
});