ConfigSectionWidget constructor
const
ConfigSectionWidget({})
Implementation
const ConfigSectionWidget({
super.key,
required this.title,
required this.icon,
required this.children,
this.initiallyExpanded = true,
this.iconColor,
});