ArcaneButton.warning constructor
const
ArcaneButton.warning({})
Warning button constructor
Implementation
const ArcaneButton.warning({
this.label,
this.child,
this.icon,
this.trailing,
this.onPressed,
this.size = ButtonSize.medium,
this.disabled = false,
this.loading = false,
this.fullWidth = false,
super.key,
}) : style = ButtonStyle.warning,
variant = null;