innerHeight property Null safety
The height of the viewport including scrollbars.
Other resources
- Window.innerHeight from MDN.
Implementation
int? get innerHeight native;
The height of the viewport including scrollbars.
int? get innerHeight native;