🌈 Create new beautiful Compose Gradients with our new wesite ->
Composable Function

booleanResource

Load a boolean resource.

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