Hi guys, ```BottomSheetScaffold { sheetContent ...
# compose
b
Hi guys,
Copy code
BottomSheetScaffold {
   sheetContent = {content1()}
}
Here content1() will be called with Column wrapped on it. The bottomSheet's Surface's modifier is not exposed for having some transparent padding for bottomSheet content is not possible. Does anyone know other ideas?