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

derivedStateOf

Creates a State object whose State.value is the result of calculation.

DerivedStateSample

@Suppress("CanBeVal", "unused")
@Sampled
@Composable
fun DerivedStateSample() {