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