h property

double get h

Returns screen height

Implementation

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