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