BootpayWebView constructor
BootpayWebView({
- Key? key,
- Payload? payload,
- bool? showCloseButton,
- BootpayDefaultCallback? onCancel,
- BootpayDefaultCallback? onError,
- BootpayCloseCallback? onClose,
- BootpayDefaultCallback? onIssued,
- BootpayConfirmCallback? onConfirm,
- BootpayAsyncConfirmCallback? onConfirmAsync,
- BootpayDefaultCallback? onDone,
- WidgetResizeCallback? onWidgetResize,
- Widget? closeButton,
- String? userAgent,
- 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.onFullSizeScreen,
this.onWidgetResize,
this.closeButton,
this.userAgent,
this.requestType
})
: super(key: key);