SectionConfig constructor
SectionConfig({})
Creates a SectionConfig instance.
Implementation
SectionConfig({
required this.id,
this.title,
this.description,
this.collapsible = false,
this.initiallyExpanded = true,
required this.fields,
});