GithubSignIn constructor

const GithubSignIn({
  1. Key? key,
  2. required GithubParamsModel params,
  3. PreferredSize? appBar,
  4. bool defaultAppBarVisible = true,
})

Implementation

const GithubSignIn({
  super.key,
  required this.params,
  this.appBar,
  this.defaultAppBarVisible = true,
});