height method

double height()

Implementation

double height() {
  return _mediaQueryData.size.height;
}