NativeWebViewOptions constructor

const NativeWebViewOptions({
  1. bool convertToWidgets = false,
  2. bool isMarkdown = false,
  3. bool isHtml = false,
  4. Map<String, String>? headers,
  5. bool widgetsTextSelectable = false,
})

Implementation

const NativeWebViewOptions({
  this.convertToWidgets = false,
  this.isMarkdown = false,
  this.isHtml = false,
  this.headers,
  this.widgetsTextSelectable = false,
});