enableForms property

bool? get enableForms

Controls whether forms are enabled in the webview content or not.

Defaults to true if {@link WebviewOptions.enableScriptsscripts are enabled}. Otherwise defaults to false. Explicitly setting this property to either true or false overrides the default.

Implementation

_i2.bool? get enableForms => _i5.getProperty(
      this,
      'enableForms',
    );