Button.accent constructor
const
Button.accent({})
Accent variant with gradient background. Useful for prominent CTA buttons.
Implementation
const Button.accent({
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.accent;