app that can change. • Examples: ◦ Whether to show a button or not based on some condition. ◦ Result of fetching the data : Loading, Error, Success. ◦ Error message when user enters invalid message.
in the parent composable and pass it to the child composable as a parameter. ◦ value : the current value of state ◦ onValueChange : an event that requests the value to change.