Chip constructor
const
Chip({})
Implementation
const Chip({
required this.label,
this.avatar,
this.deleteIcon,
this.onDeleted,
this.onTap,
this.selected = false,
this.disabled = false,
super.key,
});
const Chip({
required this.label,
this.avatar,
this.deleteIcon,
this.onDeleted,
this.onTap,
this.selected = false,
this.disabled = false,
super.key,
});