Flutter bottom sheet height changed while keyboard is shown
i am developing a bottom sheet which contains a TextField, i noticed that every time the keyboard is shown, the bottom sheet's height reduced, then recovered when keyboard is hidden, this is my demo code class MyApp extends StatelessWidget {…