AddToGoogleWalletButton constructor
const
AddToGoogleWalletButton({
- Key? key,
- Locale? locale,
- dynamic onError()?,
- VoidCallback? onSuccess,
- VoidCallback? onCanceled,
- required String pass,
Implementation
const AddToGoogleWalletButton({
super.key,
this.locale,
this.onError,
this.onSuccess,
this.onCanceled,
required this.pass,
});