SocialButtons constructor

const SocialButtons(
  1. AuthType type,
  2. FronteggUser user, {
  3. Key? key,
})

Implementation

const SocialButtons(this.type, this.user, {Key? key}) : super(key: key);