int innerWidth

The width of the viewport including scrollbars.

Other resources

Source

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