devicePixelRatio property

double get devicePixelRatio

Implementation

double get devicePixelRatio {
  return _mediaQueryData.devicePixelRatio;
}