Mehdi Haghgoo
09/02/2020, 1:20 PMA value computed byWhat is a key?will be stored in the composition tree, and only be recomputed if the keys toremember
change. -linkremember
Michał Jurczyk
09/02/2020, 1:21 PMremember(someValue) { }
Michał Jurczyk
09/02/2020, 1:22 PMval iconAlpha: Float = remember(todo.id) { randomTint() }
Icon(todo.icon.vectorAsset, tint = contentColor().copy(alpha = iconAlpha))
The random tint will only get randomised if the id changes, otherwise the first result of the calculation will be used