screenHeight property
double
get
screenHeight
Returns the screen height for the context.
Implementation
double get screenHeight => screenSize.height;
Returns the screen height for the context.
double get screenHeight => screenSize.height;