deviceHeight property

double get deviceHeight

Retrieves the height of the device screen.

Implementation

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