MiniNewFacebookSocialButton constructor

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

A ready to use Facebook MiniSocialButton provided by fireauth with the new style applied

Implementation

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