CardSection constructor
const
CardSection({})
Implementation
const CardSection({
this.header,
this.headerComponent,
required this.children,
this.padding,
this.radius,
this.gap = 12,
this.trailing,
super.key,
});