At the moment my app works like following:
When user clicks on textFormFields to inter some text:

What I am looking for to do is to keep Dialog's( or all the contents on the screen) same as before and keyboard just comes over them without changing their size or view.
How can I do that?
EDIT: I need something like resizeToAvoidBottomInset that works only with Scaffold but for other kind of widgets like Dialog.
