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