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