screenW static method

dynamic screenW()

屏幕宽度

Implementation

static screenW() {
  return _width;
}