logicalHeight method

double logicalHeight()

Logical height of the screen

Implementation

double logicalHeight() {
  return logicalScreenSize().height;
}