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