BootpayWebView constructor

BootpayWebView({
  1. Key? key,
  2. Payload? payload,
  3. bool? showCloseButton,
  4. BootpayDefaultCallback? onCancel,
  5. BootpayDefaultCallback? onError,
  6. BootpayCloseCallback? onClose,
  7. BootpayCloseCallback? onCloseHardware,
  8. BootpayDefaultCallback? onReady,
  9. BootpayConfirmCallback? onConfirm,
  10. BootpayDefaultCallback? onDone,
  11. Widget? closeButton,
})

Implementation

BootpayWebView(
    {this.key,
    this.payload,
    this.showCloseButton,
    this.onCancel,
    this.onError,
    this.onClose,
    this.onCloseHardware,
    this.onReady,
    this.onConfirm,
    this.onDone,
    this.closeButton
    })
    : super(key: key);