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

MutableTransitionState

MutableTransitionState contains two fields: currentState and targetState.

InitialStateSample

@Sampled
fun InitialStateSample() {
    // This composable enters the composition with a custom enter transition. This is achieved by
    // defining a different initialState than the first target state using `MutableTransitionState`