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