AddToGoogleWalletButton constructor
const
AddToGoogleWalletButton({
- Key? key,
- VoidCallback? onPress,
- GoogleWalletButtonType buttonType = GoogleWalletButtonType.primary,
- Locale? locale,
- bool useInternalAssetPackage = false,
Implementation
const AddToGoogleWalletButton({
super.key,
this.onPress,
this.buttonType = GoogleWalletButtonType.primary,
this.locale,
this.useInternalAssetPackage = false,
});