px2dp static method

double px2dp(
  1. double px
)

Implementation

static double px2dp(double px) {
  return px / window.devicePixelRatio;
}