HorizontalSocialSignInButton constructor

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

Implementation

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