WidgetsWebViewOptions constructor

const WidgetsWebViewOptions({
  1. bool? buildAsync,
  2. WidgetFactory factoryBuilder()?,
  3. Uri? baseUrl,
  4. CustomStylesBuilder? customStylesBuilder,
  5. CustomWidgetBuilder? customWidgetBuilder,
  6. OnErrorBuilder? onErrorBuilder,
  7. OnLoadingBuilder? onLoadingBuilder,
  8. void onTapImage(
    1. ImageMetadata
    )?,
  9. FutureOr<bool> onTapUrl(
    1. String
    )?,
  10. RebuildTriggers? rebuildTriggers,
  11. TextStyle? textStyle,
  12. bool isSelectable = false,
  13. bool enableCaching = true,
  14. SelectionChangedCallback? onSelectionChanged,
  15. RenderMode renderMode = RenderMode.column,
})

Implementation

const WidgetsWebViewOptions({
  this.buildAsync,
  this.factoryBuilder,
  this.baseUrl,
  this.customStylesBuilder,
  this.customWidgetBuilder,
  this.onErrorBuilder,
  this.onLoadingBuilder,
  this.onTapImage,
  this.onTapUrl,
  this.rebuildTriggers,
  this.textStyle,
  this.isSelectable = false,
  this.enableCaching = true,
  this.onSelectionChanged,
  this.renderMode = RenderMode.column,
});