ArcaneButton.link constructor
const
ArcaneButton.link({})
Link button constructor
Implementation
const ArcaneButton.link({
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,
}) : variant = ButtonVariant.link;