physicalHeight method

double physicalHeight()

Physical height of the screen

Implementation

double physicalHeight() {
  return physicalScreenSize().height;
}