NiceSettingsItem constructor
Implementation
const NiceSettingsItem({
required this.key,
required this.label,
this.description,
this.type = NiceSettingsType.text,
this.value,
this.options = const [],
this.actionLabel,
});
const NiceSettingsItem({
required this.key,
required this.label,
this.description,
this.type = NiceSettingsType.text,
this.value,
this.options = const [],
this.actionLabel,
});