outerWidth property
int
get
outerWidth
Window.outerWidth
read-only property returns the width of the
outside of the browser window. It represents the width of the whole
browser window including sidebar (if expanded), window chrome and window
resizing borders/handles.
Implementation
external int get outerWidth;