int innerHeight

The height of the viewport including scrollbars.

Other resources

Source

@DomName('Window.innerHeight')
@DocsEditable()
int get innerHeight => _blink.BlinkWindow.instance.innerHeight_Getter_(this);