onInput

fun Modifier.onInput(listener: (InputEvent) -> Unit): Modifier(source)

Add input event listener.