NewFacebookSocialButton constructor
const
NewFacebookSocialButton({
- Key? key,
- SocialButtonConfiguration? config,
A Ready-To-Use Facebook SignIn Button aligned with the new Facebook Design Language
config
This parameter accepts a SocialButtonConfiguration object and is used to change properties of the button
Implementation
const NewFacebookSocialButton({
Key? key,
this.config,
}) : super(key: key);