GoogleSSOButton constructor
const
GoogleSSOButton({
- Key? key,
- required VoidCallback onPressed,
- String buttonText = 'Sign in with Google',
- String logoPath = 'assets/images/google_logo.png',
- double height = 56,
Implementation
const GoogleSSOButton({
super.key,
required this.onPressed,
this.buttonText = 'Sign in with Google',
this.logoPath = 'assets/images/google_logo.png',
this.height = 56,
});