BioWebView constructor
BioWebView({
- Key? key,
- BioPayload? payload,
- bool? showCloseButton,
- Widget? closeButton,
- bool? isEditMode,
Implementation
BioWebView(
{this.key,
this.payload,
this.showCloseButton,
this.closeButton,
this.isEditMode,
})
: super(key: key);