dp2px static method

double dp2px(
  1. double dp
)

Implementation

static double dp2px(double dp) {
  return dp * window.devicePixelRatio;
}