screenWidthInDp static method

double screenWidthInDp()

Implementation

static double screenWidthInDp() {
  return px2dp(screenWidth());
}