windowHeight property

double get windowHeight

Implementation

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