LoginWithGoogleWidget constructor
const
LoginWithGoogleWidget({
- Key? key,
- required dynamic onPressed(),
- required dynamic onLongPress(),
Returns a WLoginWithGoogle SignIn button
Implementation
const LoginWithGoogleWidget({
super.key,
required this.onPressed,
required this.onLongPress,
});