KotlinLeaner
11/23/2022, 5:58 PMmutableStateOf("need value in here").
So anything we can use in compose ?Casey Brooks
11/23/2022, 9:30 PMnull
. So something like this will work when you need a state, but don’t have the value at the time it’s created: mutableStateOf<String?>(null)