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