WithDensitySample
@Composable
@Suppress("UNUSED_VARIABLE")
fun WithDensitySample() {
val sizeInPx = with(LocalDensity.current) { 16.dp.toPx() }
}A density of the screen.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
@Composable
@Suppress("UNUSED_VARIABLE")
fun WithDensitySample() {
val sizeInPx = with(LocalDensity.current) { 16.dp.toPx() }
}Last updated: