onKeyReleased

var onKeyReleased: (KeyEvent) -> Unit? = null

Gets invoked with a KeyEvent whenever a key is released while this ComponentView has focus.

See also