Screen Dims After Setting minChildSize to zero in DraggableScrollableSheet
I’m using a DraggableScrollableSheet
in my Flutter app, and I’m experiencing an issue where the screen dims after pulling down the bottom sheet to its minimum size. This issue started happening after I reset the minChildSize
to 0. The screen returns to normal after pressing the back button. Below is the relevant code snippet: