screenHeight property

double get screenHeight

Gets the screen height.

Example:

final height = context.screenHeight;

Implementation

double get screenHeight => MediaQuery.sizeOf(this).height;