Olivier Patry
04/10/2021, 12:22 PMvalue, onValueChanged: () -> Unit
, extract it in a "state".
Does it ring a bell to someone?
Any advice on how to manage my use case? (I can detail more if needed)rnett
04/10/2021, 8:14 PMMutableState
that mutableStateOf
returns? Or if you have a more complex state, create a class with properties backed by mutableStateOf
.Olivier Patry
04/11/2021, 7:00 AMvar
on my custom state and I came to the same conclusion than yours, I should expose State
from such custom state class.Olivier Patry
04/11/2021, 7:01 AM