screenWidth property
double
get
screenWidth
The screen's width in logical pixels, from MediaQuery.
Implementation
double get screenWidth => MediaQuery.of(this).size.width;
The screen's width in logical pixels, from MediaQuery.
double get screenWidth => MediaQuery.of(this).size.width;