screenHeightInDp static method

double screenHeightInDp()

Implementation

static double screenHeightInDp() {
  return px2dp(screenHeight());
}