visible property

bool get visible

Tracks if the webview is currently visible.

Views are visible when they are on the screen and expanded.

Implementation

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