I create 3 text fields to get input from the user on this screen. The problem is when the keyboard appears, the UI didn't move up to the keyboard.. I already add resizeToAvoidBottomInset: false
inside the Scaffold
widget but it won't work. Here is the screenshot and the code for this page.