ChangedArgument

@Immutable
data class ChangedArgument(val previous: ValueArgument, val new: ValueArgument)

Indicates which arguments have changed as a result of the recomposition.

Parameters

previous

Argument before recomposition

new

Argument after recomposition

Constructors

Link copied to clipboard
constructor(previous: ValueArgument, new: ValueArgument)

Properties

Link copied to clipboard
Link copied to clipboard