PaymobIFrameInApp constructor

const PaymobIFrameInApp({
  1. Key? key,
  2. required String redirectURL,
  3. void onPayment(
    1. PaymentPaymobResponse
    )?,
  4. Widget? title,
  5. Color? appBarColor,
})

Implementation

const PaymobIFrameInApp({
  Key? key,
  required this.redirectURL,
  this.onPayment,
  this.title,
  this.appBarColor,
}) : super(key: key);