I\'m referring to the example in https://developer.android.com/jetpack/compose/state. When I code
var expanded by remember { mutableStateOf(false) }