innerWidth property - Window class - dart:html library (original) (raw)
int? getinnerWidth
The width of the viewport including scrollbars.
Other resources
- Window.innerWidthfrom MDN.
Implementation
int? get innerWidth native;
int? getinnerWidth
The width of the viewport including scrollbars.
int? get innerWidth native;