AddToGoogleWalletButton constructor

const AddToGoogleWalletButton({
  1. Key? key,
  2. Locale? locale,
  3. dynamic onError(
    1. Object
    )?,
  4. VoidCallback? onSuccess,
  5. VoidCallback? onCanceled,
  6. required String pass,
})

Implementation

const AddToGoogleWalletButton({
  super.key,
  this.locale,
  this.onError,
  this.onSuccess,
  this.onCanceled,
  required this.pass,
});