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...
Harmonicon asked 25/4, 2022 at 7:52
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...
Abana asked 21/5, 2021 at 8:7
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...
Screamer asked 14/2, 2021 at 17:32
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...
Autogenous asked 26/4, 2020 at 17:22
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...
Glide asked 26/3, 2020 at 5:49
1
© 2022 - 2024 — McMap. All rights reserved.