ArcaneChip.error constructor
const
ArcaneChip.error({})
Error chip
Implementation
const ArcaneChip.error({
required this.label,
this.icon,
this.size = ChipSize.medium,
this.removable = false,
this.onRemove,
this.onTap,
super.key,
}) : style = ChipStyle.error;