---
title: "screenWidthPx"
type: "property"
lastmod: "2026-08-27"
---
## API Reference

> Source set: Android

```kotlin
val screenWidthPx =
        with(LocalDensity.current) { LocalConfiguration.current.screenWidthDp.dp.toPx() }
```
