SocialSignInButton constructor
const
SocialSignInButton({})
Implementation
const SocialSignInButton({
this.provider,
this.label,
this.icon,
this.onPressed,
this.size = ButtonSize.medium,
this.disabled = false,
this.loading = false,
this.fullWidth = false,
this.backgroundColor,
this.foregroundColor,
this.borderColor,
this.hoverBackgroundColor,
super.key,
});