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