Colton Idle
TextField( value = textState.value, onValueChange = { textState.value = it }, imeAction = ImeAction.Done, onImeActionPerformed = { imeAction: ImeAction, softwareKeyboardController: SoftwareKeyboardController? -> Toast.makeText(ContextAmbient.current, "asdf", Toast.LENGTH_SHORT).show() } )
SaurabhS
current
onImeActionPerformed
val context = ContextAmbient.current
A modern programming language that makes developers happier.