AppleSignInButton constructor

const AppleSignInButton({
  1. VoidCallback? onPressed,
  2. ButtonType type = ButtonType.defaultButton,
  3. ButtonStyle style = ButtonStyle.white,
  4. double cornerRadius = 6,
  5. String buttonText = '',
  6. 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')});