screenHeight property
double
get
screenHeight
Returns the height of the screen.
Implementation
double get screenHeight => MediaQuery.of(this).size.height;
Returns the height of the screen.
double get screenHeight => MediaQuery.of(this).size.height;