windowWidth property
int
get
windowWidth
The viewport width in CSS pixels. Returns 0 on non-web.
Implementation
static int get windowWidth => impl.windowWidth;
The viewport width in CSS pixels. Returns 0 on non-web.
static int get windowWidth => impl.windowWidth;