Virtual Keyboard Hide Button
-
I am looking to capture the virtual keyboard "hide" button pressed event in my code. But I observed that "onPressed" does not work and I am not able to figure out how to capture that event. I need to refresh the UI when the virtual keyboard is dismissed using the "hide" button. Appreciate pointer to how this can be implemented.