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