innerWidth property - Window class - dart:html library (original) (raw)

description

int? getinnerWidth

The width of the viewport including scrollbars.

Other resources

Implementation

int? get innerWidth native;