options property

WebviewOptions get options

Content settings for the webview.

Implementation

_i3.WebviewOptions get options => _i5.getProperty(
      this,
      'options',
    );
set options (WebviewOptions value)

Implementation

set options(_i3.WebviewOptions value) {
  _i5.setProperty(
    this,
    'options',
    value,
  );
}