AddToGoogleWalletButton constructor

const AddToGoogleWalletButton({
  1. Key? key,
  2. VoidCallback? onPress,
  3. GoogleWalletButtonType buttonType = GoogleWalletButtonType.primary,
  4. Locale? locale,
  5. bool useInternalAssetPackage = false,
})

Implementation

const AddToGoogleWalletButton({
  super.key,
  this.onPress,
  this.buttonType = GoogleWalletButtonType.primary,
  this.locale,
  this.useInternalAssetPackage = false,
});