menu
Dart
dart:html
Window
innerWidth property
innerWidth
brightness_4
brightness_5
description
innerWidth
property
int
?
innerWidth
The width of the viewport including scrollbars.
Other resources
Window.innerWidth
from MDN.
Implementation
int? get innerWidth native;
Dart
dart:html
Window
innerWidth property
Window class