iFrame property

  1. @visibleForTesting
HTMLIFrameElement iFrame
final

The underlying element used as the WebView.

Implementation

@visibleForTesting
final web.HTMLIFrameElement iFrame = web.HTMLIFrameElement()
  ..id = 'webView${_nextIFrameId++}'
  ..style.width = '100%'
  ..style.height = '100%'
  ..style.border = 'none';