SocialSignInPageMobile constructor

const SocialSignInPageMobile({
  1. Key? key,
  2. required String url,
  3. required String redirectUrl,
  4. required void onPageFinished(
    1. String
    ),
  5. String? userAgent,
  6. bool clearCache = true,
  7. String title = "",
  8. bool? centerTitle,
})

Implementation

const SocialSignInPageMobile({
  Key? key,
  required this.url,
  required this.redirectUrl,
  required this.onPageFinished,
  this.userAgent,
  this.clearCache = true,
  this.title = "",
  this.centerTitle,
}) : super(key: key);