outerWidth property - Window class - dart:html library (original) (raw)
int getouterWidth
The width of the window including all user interface elements.
Other resources
- Window.outerWidthfrom MDN.
Implementation
int get outerWidth native;
int getouterWidth
The width of the window including all user interface elements.
int get outerWidth native;