innerHeight property - Window class - dart:html library (original) (raw)
int? getinnerHeight
The height of the viewport including scrollbars.
Other resources
- Window.innerHeightfrom MDN.
Implementation
int? get innerHeight native;
int? getinnerHeight
The height of the viewport including scrollbars.
int? get innerHeight native;