brabo-hi
show/hide
val keyboardController = LocalSoftwareKeyboardController.current keyboardController?.hide() // How to animate the visibility ?
AnimatedVisibility(visible = shouldHide) { keyboardController?.hide() }
Zun
Colton Idle
A modern programming language that makes developers happier.