dimensionResource
Source set: Android
@Composable
public fun dimensionResource(@DimenRes id: Int): Dp
Load a dimension resource.
Parameters
| id | the resource identifier |
Return
the dimension value associated with the resource
Load a dimension resource.
@Composable
public fun dimensionResource(@DimenRes id: Int): Dp
Load a dimension resource.
| id | the resource identifier |
the dimension value associated with the resource
Content updated: