toPhysicalHeight method

double toPhysicalHeight(
  1. double height
)

Implementation

double toPhysicalHeight(double height) =>
    height * scaleRatio * window.devicePixelRatio;