deviceHeight property

double get deviceHeight

Implementation

double get deviceHeight {
  return MediaQuery.of(this).size.height;
}