screenHeight static method

double screenHeight()

Implementation

static double screenHeight() {
  return window.physicalSize.height;
}