my main page have a Scaffold with 3 tabs using bottomNavigationBar and PageView ,and one of my tab page have Scaffold too,but when i use textfield in my tab ,then when i enter something,the Android keyboard shows,then the page becomes unnormal,when i remove the Scaffold in my tab ,it becomes normal. so i am sure it is the two Scaffold problem. is it a bug or any other solution? I really have to use two Scaffold .