AuthButton constructor
const
AuthButton({})
Implementation
const AuthButton({
super.key,
required this.label,
this.onPressed,
this.variant = AuthButtonVariant.primary,
this.loading = false,
this.fullWidth = true,
this.disabled = false,
this.type = 'button',
});