height property

double get height

Implementation

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