toPhysicalWidth method

double toPhysicalWidth(
  1. double width
)

Implementation

double toPhysicalWidth(double width) =>
    width * scaleRatio * window.devicePixelRatio;