BootpayWebView constructor

BootpayWebView({
  1. Key? key,
  2. Payload? payload,
  3. bool? showCloseButton,
  4. BootpayDefaultCallback? onCancel,
  5. BootpayDefaultCallback? onError,
  6. BootpayCloseCallback? onClose,
  7. BootpayDefaultCallback? onIssued,
  8. BootpayConfirmCallback? onConfirm,
  9. BootpayAsyncConfirmCallback? onConfirmAsync,
  10. BootpayDefaultCallback? onDone,
  11. WidgetResizeCallback? onWidgetResize,
  12. Widget? closeButton,
  13. String? userAgent,
  14. int? requestType,
})

Implementation

BootpayWebView(
    {this.key,
      // this._controller,
      this.payload,
      this.showCloseButton,
      this.onCancel,
      this.onError,
      this.onClose,
      this.onIssued,
      this.onConfirm,
      this.onConfirmAsync,
      this.onDone,
      this.onWidgetResize,
      this.closeButton,
      this.userAgent,
      this.requestType
    })
    : super(key: key);