AppleSignInButton constructor

const AppleSignInButton({
  1. Key? key,
  2. AuthAction? action,
  3. FirebaseAuth? auth,
  4. double? size,
  5. VoidCallback? onTap,
})

Implementation

const AppleSignInButton({
  Key? key,
  this.action,
  this.auth,
  this.size,
  this.onTap,
}) : super(key: key);