ArcaneButton.outline constructor
const
ArcaneButton.outline({})
Outline button constructor
Implementation
const ArcaneButton.outline({
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.outline;