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