screenHeight property

double get screenHeight

Returns the total height of the screen in logical pixels.

Implementation

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