GoogleSignInButton constructor
const
GoogleSignInButton({})
Implementation
const GoogleSignInButton({
Key? key,
required this.onCompleted,
required this.onError,
this.onStarted,
this.text = "Sign in with Google",
}) : super(key: key);