GoogleSignInButton constructor

const GoogleSignInButton({
  1. Key? key,
  2. required String clientId,
  3. String? redirectUri,
  4. AuthAction? action,
  5. FirebaseAuth? auth,
  6. double? size,
  7. VoidCallback? onTap,
})

Implementation

const GoogleSignInButton({
  Key? key,
  required this.clientId,
  this.redirectUri,
  this.action,
  this.auth,
  this.size,
  this.onTap,
}) : super(key: key);