outerHeight property - Window class - dart:html library (original) (raw)
int getouterHeight
The height of this window including all user interface elements.
Other resources
- Window.outerHeightfrom MDN.
Implementation
int get outerHeight native;
int getouterHeight
The height of this window including all user interface elements.
int get outerHeight native;