screenHeight

Composable function to get the current screen height in Dp.

This function accesses the display metrics from the LocalContext and converts the height from pixels to Dp using the LocalDensity.

Return

The current screen height as a Dp value.