screenHeight property
double
get
screenHeight
Gets the screen height in logical pixels.
Implementation
double get screenHeight => deviceInfo.screenHeight;
Gets the screen height in logical pixels.
double get screenHeight => deviceInfo.screenHeight;