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