VarRef

data class VarRef<T>(var value: T)

A variable container class to store and update ephemeral data without causing recompositions

Constructors

Link copied to clipboard
constructor(value: T)

Properties

Link copied to clipboard
var value: T