screenWidth property
double
get
screenWidth
Width of the screen
Implementation
double get screenWidth {
assert(
_screenWidth != null, 'Must call EasyResponsive().initialize() first');
return _screenWidth!;
}