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

stopTransformation

Stop and suspend until any ongoing TransformableState.transform with priority terminationPriority or lower is terminated.

stopTransformation

Source set: Common
public suspend fun TransformableState.stopTransformation(
    terminationPriority: MutatePriority = MutatePriority.Default
)

Stop and suspend until any ongoing TransformableState.transform with priority terminationPriority or lower is terminated.

Parameters

terminationPriority transformation that runs with this priority or lower will be stopped