currentHeight property

double get currentHeight

Returns the height size of the current MediaQuery.

Implementation

double get currentHeight {
  return MediaQuery.sizeOf(this).height;
}