Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flutter - How to set showModalBottomSheet to full height but below status bar?

Tags:

People also ask

How do I change the height of showModalBottomSheet?

In showModalBottomSheet(...) set the property isScrollControlled:true . It will make bottomSheet to full height.


I am able to make bottomSheet to full height by using showModalBottomSheet(...) and set the property isScrollControlled:true.

However, the bottom sheet is over the status bar, and that is not what I expect.

enter image description here

Is it possible to make it below the status bar?