AppleSignInButton constructor
const
AppleSignInButton({})
Implementation
const AppleSignInButton({
this.onPressed,
this.label = 'Continue with Apple',
this.size = ButtonSize.medium,
this.fullWidth = false,
this.disabled = false,
this.loading = false,
super.key,
});