screenHeight property

double get screenHeight

Returns the height of the screen.

Implementation

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