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