deviceHeight property

double get deviceHeight

Retrieves the height of the device screen.

Implementation

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