The width of the window including all user interface elements.
Other resources
- outerWidth from WebPlatform.org.
Source
@DomName('Window.outerWidth') @DocsEditable() int get outerWidth => _blink.BlinkWindow.instance.outerWidth_Getter_(this);
The width of the window including all user interface elements.
@DomName('Window.outerWidth') @DocsEditable() int get outerWidth => _blink.BlinkWindow.instance.outerWidth_Getter_(this);