dimensionResource
Source set: Android
@Composable
@ReadOnlyComposable
fun dimensionResource(@DimenRes id: Int): Dp
Load a dimension resource.
Parameters
| id | the resource identifier |
Returns
| the dimension value associated with the resource |
Load a dimension resource.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
@Composable
@ReadOnlyComposable
fun dimensionResource(@DimenRes id: Int): Dp
Load a dimension resource.
| id | the resource identifier |
| the dimension value associated with the resource |
Last updated: