flutter-showmodalbottomsheet Questions

3

Solved

Here in the below image I have added showModalBottomSheet on clicking on the item of "Bottom Navigation Bar", but the BottomNavigationBar is hidden by the modal sheet, So I want to make i...

4

Solved

In my app, when user clicks on FAB, it triggers a ModalBottomSheet which contains a textfield. Up until today (when I updated to flutter 2.2.0), the code below worked fine : when user tapped the te...

2

Solved

Hey guys anyone know why I can't scroll vertically the WebView in my ModalBottomSheet? This is my code, please let me know if anything wrong or give me some advice. showModalBottomSheet( context:...
Calore asked 9/6, 2020 at 6:5

2

Solved

I ran into problem in a Flutter application. The keyboard pushes the modal bottom sheet up even if the Scaffold has resizeToAvoidBottomInset set to false. I want the modal bottom sheet to remain at...

3

Solved

I want the bottom sheet to look like the one in Angular Material. The sheet instead expands to the maximum width. The problem is that I cannot configure the width of the bottom sheet. It currentl...

2

Solved

As the title says, I have a String parameter and when I load the Home Stateful Widget I would like to open this bottom sheet if the parameter is not null. As I understood I can't call showModalBott...
Cupro asked 5/11, 2020 at 21:51

1

Solved

In the below example, I have opened up a modal bottom sheet on pressed of a Raised button In the opened sheet, I have another icon that opens up another sheet but I want to close down the first she...
Lubin asked 6/7, 2020 at 10:11

2

Solved

I want to disable drag down to close the showModalBottomSheet I have already tried using enableDrag:false, When i'm using enableDrag:false, is showing me below error Below is my code moda...
1

© 2022 - 2024 — McMap. All rights reserved.