VerticalSocialSignInButton constructor

const VerticalSocialSignInButton({
  1. Key? key,
  2. bool password = false,
  3. bool facebook = false,
  4. bool google = false,
  5. bool apple = false,
})

Implementation

const VerticalSocialSignInButton(
    {Key? key,
    this.password = false,
    this.facebook = false,
    this.google = false,
    this.apple = false})
    : super(key: key);