AppleSignInButton constructor
const
AppleSignInButton({
- VoidCallback? onPressed,
- ButtonType type = ButtonType.defaultButton,
- ButtonStyle style = ButtonStyle.white,
- double cornerRadius = 6,
- String buttonText = '',
- Key buttonKey = const Key('apple_signin'),
Implementation
const AppleSignInButton(
{this.onPressed,
this.type = ButtonType.defaultButton,
this.style = ButtonStyle.white,
this.cornerRadius = 6,
this.buttonText = '',
this.buttonKey = const Key('apple_signin')});