AppleSignInIconButton constructor
const
AppleSignInIconButton({
- Key? key,
- AuthAction? action,
- FirebaseAuth? auth,
- double? size,
- VoidCallback? onTap,
Implementation
const AppleSignInIconButton({
Key? key,
this.action,
this.auth,
this.size,
this.onTap,
}) : super(key: key);