Steve
knthmn
val interactionSource = remember { MutableInteractionSource() } val focused = interactionSource.collectIsFocusedAsState() OutlinedTextField( value = text, onValueChange = { text = it }, interactionSource = interactionSource )
InteractionSource.interactions
A modern programming language that makes developers happier.