ArcaneIconButton.destructive constructor
const
ArcaneIconButton.destructive({})
Destructive icon button
Implementation
const ArcaneIconButton.destructive({
required this.icon,
this.onPressed,
this.size = IconButtonSize.medium,
this.disabled = false,
this.loading = false,
this.tooltip,
super.key,
}) : style = IconButtonStyle.destructive,
variant = null;