The height of the viewport including scrollbars.
Other resources
- innerHeight from WebPlatform.org.
Source
@DomName('Window.innerHeight') @DocsEditable() int get innerHeight => _blink.BlinkWindow.instance.innerHeight_Getter_(this);
The height of the viewport including scrollbars.
@DomName('Window.innerHeight') @DocsEditable() int get innerHeight => _blink.BlinkWindow.instance.innerHeight_Getter_(this);