SocialSignInPageMobile constructor
const
SocialSignInPageMobile({})
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);