ArcaneButton.primary constructor
const
ArcaneButton.primary({})
Implementation
const ArcaneButton.primary({
this.label,
this.child,
this.icon,
this.trailing,
this.onPressed,
this.size = ButtonSize.medium,
this.disabled = false,
this.loading = false,
this.fullWidth = false,
this.attributes,
this.id,
this.href,
this.showArrow = false,
super.key,
}) : variant = ButtonVariant.primary;