CLLabelValue constructor
const
CLLabelValue({})
Implementation
const CLLabelValue({
super.key,
required this.label,
this.value,
this.valueWidget,
this.placeholder = '—',
this.selectable = true,
});
const CLLabelValue({
super.key,
required this.label,
this.value,
this.valueWidget,
this.placeholder = '—',
this.selectable = true,
});