Creates a ChipRow with a list of selectedLabels and an onDelete callback.
selectedLabels
onDelete
const ChipRow({ super.key, required this.selectedLabels, required this.onDelete, });