screenHeight property
double
get
screenHeight
Gets the screen height.
Example:
final height = context.screenHeight;
Implementation
double get screenHeight => MediaQuery.sizeOf(this).height;
Gets the screen height.
Example:
final height = context.screenHeight;
double get screenHeight => MediaQuery.sizeOf(this).height;