pixelRatio static method

double pixelRatio()

获取屏幕像素密度

Implementation

static double pixelRatio() {
  return Get.mediaQuery.devicePixelRatio;
}