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

with

with

Source set: Common
@Deprecated(
    "Infix fun EnterTransition.with(ExitTransition) has been renamed to togetherWith",
    ReplaceWith("togetherWith(exit)"),
    level = DeprecationLevel.HIDDEN,
)
public infix fun EnterTransition.with(exit: ExitTransition): ContentTransform