IframeCashPay constructor
const
IframeCashPay({})
Implementation
const IframeCashPay({
super.key,
required this.iframeURL,
required this.onConfirmPayment,
required this.onCancel,
required this.onError,
this.loadingWidget,
this.errorWidget,
});