screenH static method

dynamic screenH()

屏幕高度

Implementation

static screenH() {
  return _height;
}