SocialSignInButton.google constructor
const
SocialSignInButton.google({})
Implementation
const factory SocialSignInButton.google({
void Function()? onPressed,
String? label,
ButtonSize size,
bool fullWidth,
bool disabled,
bool loading,
Key? key,
}) = _GoogleSignInButton;