YahooSocialButton constructor
const
YahooSocialButton({
- Key? key,
- SocialButtonConfiguration? config,
A Ready-To-Use Yahoo Sign in Button provided by fireauth
config
This parameter accepts a SocialButtonConfiguration object and is used to change properties of the button
Implementation
const YahooSocialButton({
Key? key,
this.config,
}) : super(key: key);