onepx static method

dynamic onepx()

获取1px对应的实际尺寸

Implementation

static onepx() {
  return 1 / _pixelRatio;
}