booleanResource
Source set: Android
@Composable
public fun booleanResource(@BoolRes id: Int): Boolean
Load a boolean resource.
Parameters
| id | the resource identifier |
Return
the boolean associated with the resource
Load a boolean resource.
@Composable
public fun booleanResource(@BoolRes id: Int): Boolean
Load a boolean resource.
| id | the resource identifier |
the boolean associated with the resource