fullHeight static method

double fullHeight()

return height of screen

Implementation

static double fullHeight() {
  return _screenHeight;
}