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