BioWebView constructor

BioWebView({
  1. Key? key,
  2. BioPayload? payload,
  3. bool? showCloseButton,
  4. Widget? closeButton,
  5. bool? isEditMode,
})

Implementation

BioWebView(
    {this.key,
    this.payload,
    this.showCloseButton,
    this.closeButton,
    this.isEditMode,
    })
    : super(key: key);