GoogleSignInButton constructor
const
GoogleSignInButton({})
Implementation
const GoogleSignInButton({
this.onPressed,
this.label = 'Continue with Google',
this.size = ButtonSize.medium,
this.fullWidth = false,
this.disabled = false,
this.loading = false,
super.key,
});