GoogleSigninWidget constructor
GoogleSigninWidget({})
Implementation
GoogleSigninWidget({
required this.onSessionSuccess,
required this.onSessionError,
required this.onReset,
this.onDisplay,
this.available = true,
required this.btnText,
this.loadingColor,
super.key});