BootpayWidgetPaymentPage constructor

const BootpayWidgetPaymentPage({
  1. Key? key,
  2. required Payload payload,
  3. BootpayDefaultCallback? onCancel,
  4. BootpayDefaultCallback? onError,
  5. BootpayCloseCallback? onClose,
  6. BootpayDefaultCallback? onIssued,
  7. BootpayConfirmCallback? onConfirm,
  8. BootpayAsyncConfirmCallback? onConfirmAsync,
  9. BootpayDefaultCallback? onDone,
})

Implementation

const BootpayWidgetPaymentPage({
  Key? key,
  required this.payload,
  this.onCancel,
  this.onError,
  this.onClose,
  this.onIssued,
  this.onConfirm,
  this.onConfirmAsync,
  this.onDone,
}) : super(key: key);