screenHeight property

double screenHeight

The height of the media in logical pixels. MediaQuery.of(context).size.height

Implementation

double get screenHeight => mediaQueryData.size.height;