deviceHeight property

double deviceHeight

Retrieves the height of the device screen.

Implementation

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