I want to open a showBottomSheet. here is my code which working fine, I am able to open ButtomSheet, but it\'s not giving transparency effect. that I could see behind of this sh
It is very easy, only implement in main:
bottomSheetTheme: BottomSheetThemeData( backgroundColor: Colors.black.withOpacity(0)),
Also, see the image below.