height property

double height

Implementation

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