AppleSignInIconButton constructor

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

Implementation

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