Hi all, how can we animate keyboard hide/show ```val keyboardController = LocalSoftwareKeyboardCont...
b
Hi all, how can we animate keyboard hide/show
Copy code
val keyboardController = LocalSoftwareKeyboardController.current

keyboardController?.hide()
v
You can take a look at
Accompanist
library And for
IME Animations
look here: https://google.github.io/accompanist/insets/#animated-insets-support