getHeight property

double get getHeight

Implementation

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