iFrame property
The underlying element used as the WebView.
Implementation
@visibleForTesting
final html.IFrameElement iFrame = html.IFrameElement()
..id = 'webView${_nextIFrameId++}'
..style.width = '100%'
..style.height = '100%'
..style.border = 'none';