NiceSettingsSection constructor
const
NiceSettingsSection({})
Implementation
const NiceSettingsSection({
this.title,
this.description,
this.icon,
required this.items,
this.collapsible = false,
this.initiallyExpanded = true,
});