h property

dynamic get h

Returns the vertical extent of this size.

Implementation

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