inchesToLogicalPixelsRatio property

double get inchesToLogicalPixelsRatio

Gets the inches to logical pixels ratio

Implementation

double get inchesToLogicalPixelsRatio {
  final screenInfo = ScreenInfo.of(this);
  return screenInfo.ppi / MediaQuery.of(this).devicePixelRatio;
}