SectionHeaderProps constructor
const
SectionHeaderProps({})
Implementation
const SectionHeaderProps({
this.label,
required this.heading,
this.description,
this.align = SectionHeaderAlign.center,
this.descriptionMaxWidth,
this.marginBottom,
this.labelColor,
this.headingColor,
this.descriptionColor,
});