windowWidth property
double
get
windowWidth
Returns the current window width.
Implementation
double get windowWidth => size.width;
Returns the current window width.
double get windowWidth => size.width;