MicrosoftSocialButton constructor

const MicrosoftSocialButton({
  1. Key? key,
  2. SocialButtonConfiguration? config,
})

A Ready-To-Use Microsoft SignIn Button

config This parameter accepts a SocialButtonConfiguration object and is used to change properties of the button

Implementation

const MicrosoftSocialButton({
  Key? key,
  this.config,
}) : super(key: key);